Filter typedef

Filter = bool Function(dynamic value)

Determines if a value is valid.

Implementation

typedef Filter = bool Function(dynamic value);