fields property

List<Field> fields

Implementation

List<Field> get fields => selections.whereType<Field>().toList();