toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final gbpAccountId = this.gbpAccountId;
  final gbpAccountName = this.gbpAccountName;
  final listingCount = this.listingCount;
  final name = this.name;
  final type = this.type;
  return {
    'gbpAccountId': ?gbpAccountId,
    'gbpAccountName': ?gbpAccountName,
    'listingCount': ?listingCount,
    'name': ?name,
    'type': ?type,
  };
}