AccountReturnCarrier constructor

AccountReturnCarrier({
  1. String? carrierAccountId,
  2. String? carrierAccountName,
  3. String? carrierAccountNumber,
  4. String? carrierCode,
})

Implementation

AccountReturnCarrier({
  this.carrierAccountId,
  this.carrierAccountName,
  this.carrierAccountNumber,
  this.carrierCode,
});