toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final gcsSource = this.gcsSource;
final gitSource = this.gitSource;
final inputValues = this.inputValues;
return {
'gcsSource': ?gcsSource,
'gitSource': ?gitSource,
'inputValues': ?inputValues,
};
}