SelectCallback<T> typedef

SelectCallback<T> = dynamic Function(T bind)

Implementation

typedef SelectCallback<T> = Function(T bind);