menu
fast_http package
documentation
core/API/request_method.dart
Either<L, R>
toIterable method
toIterable method
dark_mode
light_mode
toIterable
method
Iterable
<
R
>
toIterable
(
)
Implementation
Iterable<R> toIterable() => fold((_) => const Iterable.empty(), (r) => new _SingletonIterable(r));
fast_http package
documentation
core/API/request_method
Either<L, R>
toIterable method
Either class