toListOfValuePaths method

List<List<T>> toListOfValuePaths()

Implementation

List<List<T>> toListOfValuePaths() => map((e) => e.toListOfValues()).toList();