fromJson static method

MEntity? fromJson(
  1. dynamic json
)
override

Implementation

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