normalize property
void Function()
get
normalize
Implementation
void Function() get normalize => () => _i4.callMethod(
_i4.getProperty(
this,
'normalize',
),
r'call',
[this],
);
set
normalize
(void value())
Implementation
set normalize(void Function() value) {
_i4.setProperty(
this,
'normalize',
_i4.allowInterop(value),
);
}