fromJson static method

UserInfoDtoAccountTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static UserInfoDtoAccountTypeEnum? fromJson(dynamic value) => UserInfoDtoAccountTypeEnumTypeTransformer().decode(value);