|
@@ -85,7 +85,7 @@ class SystemConfigTemplateStorageOptionDto {
|
|
assert(() {
|
|
assert(() {
|
|
requiredKeys.forEach((key) {
|
|
requiredKeys.forEach((key) {
|
|
assert(json.containsKey(key), 'Required key "SystemConfigTemplateStorageOptionDto[$key]" is missing from JSON.');
|
|
assert(json.containsKey(key), 'Required key "SystemConfigTemplateStorageOptionDto[$key]" is missing from JSON.');
|
|
- assert(json[key] != null, 'Required key "SystemConfigTemplateStorageOptionDto[$key]" has a null value in JSON.');
|
|
|
|
|
|
+ // assert(json[key] != null, 'Required key "SystemConfigTemplateStorageOptionDto[$key]" has a null value in JSON.');
|
|
});
|
|
});
|
|
return true;
|
|
return true;
|
|
}());
|
|
}());
|