toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final apiShortName = this.apiShortName;
  final codeownerGithubTeams = this.codeownerGithubTeams;
  final docTagPrefix = this.docTagPrefix;
  final documentationUri = this.documentationUri;
  final githubLabel = this.githubLabel;
  final librarySettings = this.librarySettings;
  final methodSettings = this.methodSettings;
  final newIssueUri = this.newIssueUri;
  final organization = this.organization;
  final protoReferenceDocumentationUri = this.protoReferenceDocumentationUri;
  final restReferenceDocumentationUri = this.restReferenceDocumentationUri;
  return {
    'apiShortName': ?apiShortName,
    'codeownerGithubTeams': ?codeownerGithubTeams,
    'docTagPrefix': ?docTagPrefix,
    'documentationUri': ?documentationUri,
    'githubLabel': ?githubLabel,
    'librarySettings': ?librarySettings,
    'methodSettings': ?methodSettings,
    'newIssueUri': ?newIssueUri,
    'organization': ?organization,
    'protoReferenceDocumentationUri': ?protoReferenceDocumentationUri,
    'restReferenceDocumentationUri': ?restReferenceDocumentationUri,
  };
}