fields property

List<Field> fields

The collection of Field objects representing the fields of the feature table.

Implementation

List<Field> get fields => _fields.value;