fillLightMode property

Iterable<FillLightMode> fillLightMode

Implementation

Iterable<FillLightMode> get fillLightMode =>
    FillLightMode.fromValues(js_util.getProperty(this, 'fillLightMode'));
void fillLightMode=(Iterable<FillLightMode> newValue)

Implementation

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