set method
Implementation
@override
void set(value) {
if (!setFromJson(value)) {
throw Exception('Cannot set value of type `${value.runtimeType}` to dynamic field. It must be a JSON primitive or `Model` subclass.');
}
}
@override
void set(value) {
if (!setFromJson(value)) {
throw Exception('Cannot set value of type `${value.runtimeType}` to dynamic field. It must be a JSON primitive or `Model` subclass.');
}
}