normalize property

void Function() normalize

Implementation

void Function() get normalize => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'normalize',
      ),
      r'call',
      [this],
    );
void normalize=(void value())

Implementation

set normalize(void Function() value) {
  _i4.setProperty(
    this,
    'normalize',
    _i4.allowInterop(value),
  );
}