fromJson static method

PartnershipDtoStatusEnum? fromJson(
  1. dynamic value
)

Implementation

static PartnershipDtoStatusEnum? fromJson(dynamic value) => PartnershipDtoStatusEnumTypeTransformer().decode(value);