toJson method

Map<String, dynamic> toJson()

Implementation

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