clear property

void Function() clear

Implementation

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

Implementation

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