toPartnership method
Implementation
Partnership toPartnership() => Partnership(
type: this.type?.toPartnershipType(),
status: this.status?.toPartnershipStatus(),
partnerId: this.partnerId,
);
Partnership toPartnership() => Partnership(
type: this.type?.toPartnershipType(),
status: this.status?.toPartnershipStatus(),
partnerId: this.partnerId,
);