ValueSetter<T> typedef

ValueSetter<T> = void Function(T)

Implementation

typedef ValueSetter<T> = void Function(T);