InputFile constructor
InputFile({
- GcsInputSource? gcsSource,
- String? usage,
Implementation
InputFile({this.gcsSource, this.usage});
InputFile({this.gcsSource, this.usage});