ProductAccount constructor

ProductAccount({
  1. String? accountId,
  2. String? accountType,
  3. String? product,
})

Implementation

ProductAccount({this.accountId, this.accountType, this.product});