menu
cowpay package
documentation
core/packages/dartz/dartz.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));
cowpay package
documentation
core/packages/dartz/dartz
Either<L, R>
toIterable method
Either class