toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final enterpriseConfigResourceName = this.enterpriseConfigResourceName;
  final installationId = this.installationId;
  final name = this.name;
  final owner = this.owner;
  final pullRequest = this.pullRequest;
  final push = this.push;
  return {
    'enterpriseConfigResourceName': ?enterpriseConfigResourceName,
    'installationId': ?installationId,
    'name': ?name,
    'owner': ?owner,
    'pullRequest': ?pullRequest,
    'push': ?push,
  };
}