speak property

void Function(SpeechSynthesisUtterance) get speak

Implementation

void Function(_i3.SpeechSynthesisUtterance) get speak =>
    (_i3.SpeechSynthesisUtterance p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'speak',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set speak (void value(SpeechSynthesisUtterance))

Implementation

set speak(void Function(_i3.SpeechSynthesisUtterance) value) {
  _i4.setProperty(
    this,
    'speak',
    _i4.allowInterop(value),
  );
}