menu
ekyc_flutter package
documentation
app/configs/config.dart
VxIterableBasics<E>
all method
all method
dark_mode
light_mode
all
method
bool
all
(
bool
test
(
E
element
)
)
Alias for
Iterable
.every
.
Implementation
bool all(bool test(E element)) => every(test);
ekyc_flutter package
documentation
app/configs/config
VxIterableBasics<E>
all method
VxIterableBasics extension on
Iterable
<
E
>