fromJson static method

PartnershipDtoTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static PartnershipDtoTypeEnum? fromJson(dynamic value) => PartnershipDtoTypeEnumTypeTransformer().decode(value);