ArrayFlatten<T> extension
Null safety
- on
-
- List<
T>
- List<
Properties
- flattenDeep → List
-
flattenDeep flattens a nested array.
@param
array
the list to compare againstread-only
Methods
-
flatten(
) → List -
flatten flattens a nested array.
@param
array
the list to compare against -
flattenDepth(
int depth) → List -
flattenDepth flattens a nested array.
@param
array
the list to compare against @paramdepth
the depth of the flattening