menu
sharing package
documentation
remote/network/either.dart
Either<L, R>
any method
any method
dark_mode
light_mode
any
method
bool
any
(
bool
f
(
R
r
)
)
Implementation
bool any(bool Function(R r) f) => map(f) | false;
sharing package
documentation
remote/network/either
Either<L, R>
any method
Either class