filter property

Object Function(T value)? filter
final

A function that filters the value of the controller.

Implementation

final Object Function(T value)? filter;