normalize property

bool normalize

Implementation

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

Implementation

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