ValueSetter<T> typedef

ValueSetter<T> = void Function(T val)

Implementation

typedef void ValueSetter<T>(T val);