fields property

List<FdcFieldDef> get fields

Unmodifiable schema definition list used by this dataset.

The list reflects the configured schema, including adapter-supplied fields adopted during open when no schema was configured explicitly. Callers must not treat it as mutable runtime record state.

Implementation

List<FdcFieldDef> get fields => _fields;