fromJson static method

UserInfoDtoAccountStateEnum? fromJson(
  1. dynamic value
)

Implementation

static UserInfoDtoAccountStateEnum? fromJson(dynamic value) => UserInfoDtoAccountStateEnumTypeTransformer().decode(value);