Partnership constructor
Partnership({
- PartnershipTypeEnum? type,
- PartnershipStatusEnum? status,
- String? partnerId,
Returns a new Partnership instance.
Implementation
Partnership({
this.type,
this.status,
this.partnerId,
});