fromJson static method

StateEnum? fromJson(
  1. dynamic value
)

Implementation

static StateEnum? fromJson(dynamic value) => StateEnumTypeTransformer().decode(value);