fields property

List<IndexFieldDef>? get fields

Implementation

List<IndexFieldDef>? get fields => this._fields;
set fields (List<IndexFieldDef>? fields)

Implementation

set fields(List<IndexFieldDef>? fields) {
  this._fields = fields;
}