menu
flutter_enhancer package
documentation
list/with_all.dart
WhenAll extension
WhenAll extension
dark_mode
light_mode
WhenAll<
T
>
extension
on
List
<
T?
>
Methods
whenAll
(
T
callback
(
List
<
T
>
)
)
→ T?
Available on
List
<
T?
>
, provided by the
WhenAll
extension
Executes the
callback
with the list of elements if all elements in the list are non-null. If any element is null, the method returns null.
flutter_enhancer package
documentation
list/with_all
WhenAll extension
with_all library