toPartnershipDtoType method

PartnershipDtoTypeEnum toPartnershipDtoType()

Implementation

PartnershipDtoTypeEnum toPartnershipDtoType() => PartnershipDtoTypeEnum.values.firstWhere((it) => it.value == this.value);