Seller constructor

Seller({
  1. String? accountId,
  2. String? subAccountId,
})

Implementation

Seller({
  this.accountId,
  this.subAccountId,
});