clear property

void Function(num) get clear

Implementation

void Function(_i2.num) get clear => (_i2.num p0) => _i4.callMethod(
      _i4.getProperty(
        this,
        'clear',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set clear (void value(num))

Implementation

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