normalize property
bool
get
normalize
Implementation
_i2.bool get normalize => _i4.getProperty(
this,
'normalize',
);
set
normalize
(bool value)
Implementation
set normalize(_i2.bool value) {
_i4.setProperty(
this,
'normalize',
value,
);
}