onmark property

(dynamic Function(SpeechSynthesisEvent)?) onmark

Implementation

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

Implementation

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