fromJson static method

UserTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static UserTypeEnum? fromJson(dynamic value) => UserTypeEnumTypeTransformer().decode(value);