fromJson static method

MModel? fromJson(
  1. dynamic json
)

Implementation

static MModel? fromJson(json) {
  return mmodelRegistry.instantiate(json: json);
}