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