ValueSetter<T> typedef

ValueSetter<T> = void Function(T value)

Implementation

typedef void ValueSetter<T>(T value);