menu
js_bindings package
documentation
bindings/streams.dart
ReadableStreamType
fromValues static method
fromValues static method
dark_mode
light_mode
fromValues
static method
Iterable
<
ReadableStreamType
>
fromValues
(
Iterable
<
String
>
values
)
Implementation
static Iterable<ReadableStreamType> fromValues(Iterable<String> values) => values.map(fromValue);
js_bindings package
documentation
bindings/streams
ReadableStreamType
fromValues static method
ReadableStreamType enum