output property
List of output devices specified by their ID. To indicate output devices should be unaffected, leave this property unset.
Implementation
List<String>? get output =>
_wrapped.output?.toDart.cast<String>().map((e) => e).toList();
List of output devices specified by their ID. To indicate output devices should be unaffected, leave this property unset.
List<String>? get output =>
_wrapped.output?.toDart.cast<String>().map((e) => e).toList();