toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (gbpAccountId != null) 'gbpAccountId': gbpAccountId!,
  if (gbpAccountName != null) 'gbpAccountName': gbpAccountName!,
  if (listingCount != null) 'listingCount': listingCount!,
  if (name != null) 'name': name!,
  if (type != null) 'type': type!,
};