PartnerName$Response constructor

const PartnerName$Response({
  1. String? partnerName,
})

Implementation

const PartnerName$Response({
  this.partnerName,
});