Buyer constructor

Buyer({
  1. String? accountId,
})

Implementation

Buyer({
  this.accountId,
});