menu
anyhow package
documentation
rust.dart
Iter$IterableOption<T>
toNullables method
toNullables method
dark_mode
light_mode
toNullables
method
Iterable
<
T?
>
toNullables
(
)
Implementation
@pragma("vm:prefer-inline") Iterable<T?> toNullables() { return map((opt) => opt.toNullable()); }
anyhow package
documentation
rust
Iter$IterableOption<T>
toNullables method
Iter$IterableOption extension on
Iterable
<
Option
<
T
>
>