FieldReflectionGetterAccessor<O, T> typedef
FieldReflectionGetterAccessor<O, T> =
FieldGetter<T> Function(O? obj)
Implementation
typedef FieldReflectionGetterAccessor<O, T> = FieldGetter<T> Function(O? obj);