newInstance method
Implementation
MModel? newInstance([json]) {
return mmodelRegistry.instantiate(
json: json ?? <String, dynamic>{}, type: this);
}
MModel? newInstance([json]) {
return mmodelRegistry.instantiate(
json: json ?? <String, dynamic>{}, type: this);
}