AndrossySelectionSearchBuilder<T> typedef

AndrossySelectionSearchBuilder<T> = bool Function(String query, T value)

Implementation

typedef AndrossySelectionSearchBuilder<T> = bool Function(
  String query,
  T value,
);