menu
get_hooked package
documentation
utils/record_iterable.dart
RecordIterable2<T>
toIterable method
toIterable method
dark_mode
light_mode
toIterable
method
Iterable
<
T
>
toIterable
(
)
Implementation
Iterable<T> toIterable() sync* { yield $1; yield $2; }
get_hooked package
documentation
utils/record_iterable
RecordIterable2<T>
toIterable method
RecordIterable2 extension on (
T
,
T
)