getVoices property

List<SpeechSynthesisVoice> Function() get getVoices

Implementation

_i2.List<_i3.SpeechSynthesisVoice> Function() get getVoices =>
    () => ((_i4.callMethod(
          _i4.getProperty(
            this,
            'getVoices',
          ),
          r'call',
          [this],
        )) as _i2.List)
            .cast();
set getVoices (List<SpeechSynthesisVoice> value())

Implementation

set getVoices(_i2.List<_i3.SpeechSynthesisVoice> Function() value) {
  _i4.setProperty(
    this,
    'getVoices',
    _i4.allowInterop(value),
  );
}