InputFile constructor

InputFile({
  1. GcsInputSource? gcsSource,
  2. String? usage,
})

Implementation

InputFile({this.gcsSource, this.usage});