PropertySelector<T> typedef

PropertySelector<T> = List<String> Function(T item)

Implementation

typedef PropertySelector<T> = List<String> Function(T item);