FutureIterableExtension<T> extension
Properties
-
asListAsync
→ Future<
List< T> > -
no setter
-
firstAsync
→ Future<
T> -
no setter
-
firstOrNullAsync
→ Future<
T?> -
no setter
-
isEmptyAsync
→ Future<
bool> -
no setter
-
isNotEmptyAsync
→ Future<
bool> -
no setter
-
lastAsync
→ Future<
T> -
no setter
-
lastOrNullAsync
→ Future<
T?> -
no setter
-
lengthAsync
→ Future<
int> -
no setter
Methods
-
toListAsync(
{bool growable = true}) → FutureOr< List< T> > -
toSetAsync(
) → Future< Set< T> >