fromJson static method

ModelStateEnum fromJson(
  1. dynamic value
)

Implementation

static ModelStateEnum fromJson(dynamic value) =>
  ModelStateEnumTypeTransformer().decode(value);