toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final appInstallationId = this.appInstallationId;
  final authorizerCredential = this.authorizerCredential;
  final githubApp = this.githubApp;
  final installationUri = this.installationUri;
  return {
    'appInstallationId': ?appInstallationId,
    'authorizerCredential': ?authorizerCredential,
    'githubApp': ?githubApp,
    'installationUri': ?installationUri,
  };
}