fields property
List<InheritedStyleField>
get
fields
Implementation
_i2.List<_i3.InheritedStyleField> get fields => ((_i5.getProperty(
this,
'fields',
)) as _i2.List)
.map((i) => ((_i3.InheritedStyleFieldOptions.values.byName(i))
as _i3.InheritedStyleField))
.toList();
set
fields
(List<InheritedStyleField> value)
Implementation
set fields(_i2.List<_i3.InheritedStyleField> value) {
_i5.setProperty(
this,
'fields',
value.map((i) => i.name).toList(),
);
}