localFilter method

List<T> localFilter(
  1. List<T> localItems
)

Implementation

List<T> localFilter(List<T> localItems) => localItems;