GetOptions constructor

const GetOptions({
  1. List<String>? project,
  2. bool withExpiry = false,
  3. Transcoder? transcoder,
  4. Duration? timeout,
})

Implementation

const GetOptions({
  this.project,
  this.withExpiry = false,
  this.transcoder,
  super.timeout,
});