ListExtension<T> extension
- on
-
- List<
T?>
- List<
Properties
- isGrowable → bool
-
no setter
Methods
-
addAllWhile(
List< T> from, bool test(T element)) → List<T?> ? -
addIf(
List< T> from, bool test(T element)) → List<T?> ? -
chunk(
[int size = 1]) → List< List< T?> ?> -
compact(
) → List< T?> ? -
drop(
[int n = 1]) → List< T?> -
dropRight(
[int n = 1]) → List< T?> -
dropRightWhile(
bool test(T? element)) → List< T?> -
dropWhile(
bool test(T? element)) → List< T?> -
removeFirst(
) → T? -
slice(
int start, [int? end]) → List< T?>