normalize property
bool
get
normalize
Implementation
bool get normalize => js_util.getProperty(this, 'normalize');
set
normalize
(bool newValue)
Implementation
set normalize(bool newValue) {
js_util.setProperty(this, 'normalize', newValue);
}