isLinear property

bool isLinear

Implementation

bool get isLinear => js_util.getProperty(this, 'isLinear');
void isLinear=(bool newValue)

Implementation

set isLinear(bool newValue) {
  js_util.setProperty(this, 'isLinear', newValue);
}