fillLightMode property
Iterable<FillLightMode>
get
fillLightMode
Implementation
Iterable<FillLightMode> get fillLightMode =>
FillLightMode.fromValues(js_util.getProperty(this, 'fillLightMode'));
set
fillLightMode
(Iterable<FillLightMode> newValue)
Implementation
set fillLightMode(Iterable<FillLightMode> newValue) {
js_util.setProperty(this, 'fillLightMode', newValue.map((e) => e.value));
}