StreamFilter typedef

StreamFilter = bool Function(dynamic)

Implementation

typedef StreamFilter = bool Function(dynamic);