LiveOptions constructor

const LiveOptions({
  1. String? device,
  2. bool all = false,
  3. bool json = false,
  4. String? uri,
  5. Duration timeout = defaultTimeout,
})

Creates LiveOptions.

Implementation

const LiveOptions({
  this.device,
  this.all = false,
  this.json = false,
  this.uri,
  this.timeout = defaultTimeout,
});