toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final gcpServiceAccountEmail = this.gcpServiceAccountEmail;
final httpsProxy = this.httpsProxy;
final policyDir = this.policyDir;
final secretType = this.secretType;
final syncBranch = this.syncBranch;
final syncRepo = this.syncRepo;
final syncRev = this.syncRev;
final syncWaitSecs = this.syncWaitSecs;
return {
'gcpServiceAccountEmail': ?gcpServiceAccountEmail,
'httpsProxy': ?httpsProxy,
'policyDir': ?policyDir,
'secretType': ?secretType,
'syncBranch': ?syncBranch,
'syncRepo': ?syncRepo,
'syncRev': ?syncRev,
'syncWaitSecs': ?syncWaitSecs,
};
}