TerminalReaderUpdateOptions constructor

const TerminalReaderUpdateOptions({
  1. List<String>? expand,
  2. String? label,
  3. Map<String, String>? metadata,
})

Implementation

const TerminalReaderUpdateOptions({
  this.expand,
  this.label,
  this.metadata,
});