toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final apis = this.apis;
  final aspects = this.aspects;
  final authentication = this.authentication;
  final backend = this.backend;
  final billing = this.billing;
  final configVersion = this.configVersion;
  final context = this.context;
  final control = this.control;
  final customError = this.customError;
  final documentation = this.documentation;
  final endpoints = this.endpoints;
  final enums = this.enums;
  final http = this.http;
  final id = this.id;
  final logging = this.logging;
  final logs = this.logs;
  final metrics = this.metrics;
  final monitoredResources = this.monitoredResources;
  final monitoring = this.monitoring;
  final name = this.name;
  final producerProjectId = this.producerProjectId;
  final publishing = this.publishing;
  final quota = this.quota;
  final sourceInfo = this.sourceInfo;
  final systemParameters = this.systemParameters;
  final systemTypes = this.systemTypes;
  final title = this.title;
  final types = this.types;
  final usage = this.usage;
  return {
    'apis': ?apis,
    'aspects': ?aspects,
    'authentication': ?authentication,
    'backend': ?backend,
    'billing': ?billing,
    'configVersion': ?configVersion,
    'context': ?context,
    'control': ?control,
    'customError': ?customError,
    'documentation': ?documentation,
    'endpoints': ?endpoints,
    'enums': ?enums,
    'http': ?http,
    'id': ?id,
    'logging': ?logging,
    'logs': ?logs,
    'metrics': ?metrics,
    'monitoredResources': ?monitoredResources,
    'monitoring': ?monitoring,
    'name': ?name,
    'producerProjectId': ?producerProjectId,
    'publishing': ?publishing,
    'quota': ?quota,
    'sourceInfo': ?sourceInfo,
    'systemParameters': ?systemParameters,
    'systemTypes': ?systemTypes,
    'title': ?title,
    'types': ?types,
    'usage': ?usage,
  };
}