toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final accountId = this.accountId;
  final gmbAccounts = this.gmbAccounts;
  return {'accountId': ?accountId, 'gmbAccounts': ?gmbAccounts};
}