onend property

(dynamic Function(SpeechSynthesisEvent)?) onend

Implementation

_i2.dynamic Function(_i3.SpeechSynthesisEvent)? get onend =>
    (_i3.SpeechSynthesisEvent p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'onend',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
void onend=(dynamic value(SpeechSynthesisEvent)?)

Implementation

set onend(_i2.dynamic Function(_i3.SpeechSynthesisEvent)? value) {
  _i4.setProperty(
    this,
    'onend',
    value == null ? _i6.undefined : _i4.allowInterop(value),
  );
}