toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final configs = this.configs;
final git = this.git;
final googleCloudBuildRepo = this.googleCloudBuildRepo;
final googleCloudStorage = this.googleCloudStorage;
return {
'configs': ?configs,
'git': ?git,
'googleCloudBuildRepo': ?googleCloudBuildRepo,
'googleCloudStorage': ?googleCloudStorage,
};
}