Partner constructor

Partner({
  1. String? partnerId,
  2. String? partnerName,
})

Implementation

Partner({this.partnerId, this.partnerName});