FilterFunc typedef

FilterFunc = bool Function(List<String> oldValues, String newRow)

Implementation

typedef FilterFunc = bool Function(List<String> oldValues, String newRow);