fromJson static method

UserInfoDtoSubscriptionTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static UserInfoDtoSubscriptionTypeEnum? fromJson(dynamic value) => UserInfoDtoSubscriptionTypeEnumTypeTransformer().decode(value);