fromJson static method

ModelEditStateEnum fromJson(
  1. dynamic value
)

Implementation

static ModelEditStateEnum fromJson(dynamic value) =>
  ModelEditStateEnumTypeTransformer().decode(value);