fromJson static method

UserDtoTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static UserDtoTypeEnum? fromJson(dynamic value) => UserDtoTypeEnumTypeTransformer().decode(value);