GmbAccounts constructor

GmbAccounts({
  1. String? accountId,
  2. List<GmbAccountsGmbAccount>? gmbAccounts,
})

Implementation

GmbAccounts({
  this.accountId,
  this.gmbAccounts,
});