menu
flutter_pipwave_ekyc package
documentation
index.dart
Foldable<F>
all method
all method
dark_mode
light_mode
all
method
bool
all
(
F
fa
,
bool
f
(
dynamic
a
)
)
Implementation
bool all(F fa, bool f(a)) => foldMap(BoolAndMi, fa, f);
flutter_pipwave_ekyc package
documentation
index
Foldable<F>
all method
Foldable class