SelectValueSelectionPredicate<T> typedef

SelectValueSelectionPredicate<T> = bool Function(T? value, Object? test)

Implementation

typedef SelectValueSelectionPredicate<T> = bool Function(
    T? value, Object? test);