fieldOverrides property
The fields defined for this feature subtype.
A subset of FeatureTable.fields relevant to this feature subtype. This
collection of Field
may override properties defined in the
FeatureTable.fields. For example, Field.alias and Field.domain.
Implementation
List<Field> get fieldOverrides => _fieldOverrides.value;