field<T> abstract method
Returns a FieldReflection for fieldName, with the optional associated obj.
Implementation
FieldReflection<O, T>? field<T>(String fieldName, [O? obj]);
Returns a FieldReflection for fieldName, with the optional associated obj.
FieldReflection<O, T>? field<T>(String fieldName, [O? obj]);