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