FieldSetter<T> typedef

FieldSetter<T> = void Function(T? v)

Implementation

typedef FieldSetter<T> = void Function(T? v);