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