Setter<T, V> typedef

Setter<T, V> = void Function(T instance, V value)

Implementation

typedef Setter<T, V> = void Function(T instance, V value);