$GcsSource constructor

$GcsSource({
  1. String? uri,
})

Implementation

$GcsSource({
  this.uri,
});