Options constructor

const Options({
  1. UiOptions? ui,
  2. NetworkOptions? network,
  3. CaptureOptions? capture,
})

Implementation

const Options({
  this.ui,
  this.network,
  this.capture,
});