PartnerInfo constructor

PartnerInfo({
  1. required String partnerName,
})

Implementation

PartnerInfo({
  required this.partnerName,
});