return the getter function of a specific field
Getter getter(String field) { return _getField(field).getter; }