alert property

void Function([dynamic]) get alert

Implementation

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

Implementation

set alert(void Function([_i2.dynamic]) value) {
  _i4.setProperty(
    this,
    'alert',
    _i4.allowInterop(value),
  );
}