PartnerName constructor

PartnerName({
  1. String? partnerName,
})

Implementation

PartnerName({
  this.partnerName,
});