toPartnershipType method

PartnershipTypeEnum toPartnershipType()

Implementation

PartnershipTypeEnum toPartnershipType() => PartnershipTypeEnum.values.firstWhere((it) => it.value == this.value);