onstart property
dynamic Function(SpeechSynthesisEvent)?
get
onstart
Implementation
_i2.dynamic Function(_i3.SpeechSynthesisEvent)? get onstart =>
(_i3.SpeechSynthesisEvent p0) => _i4.callMethod(
_i4.getProperty(
this,
'onstart',
),
r'call',
[
this,
p0,
],
);
set
onstart
(dynamic value(SpeechSynthesisEvent)?)
Implementation
set onstart(_i2.dynamic Function(_i3.SpeechSynthesisEvent)? value) {
_i4.setProperty(
this,
'onstart',
value == null ? _i6.undefined : _i4.allowInterop(value),
);
}