requiredEventTypes property
The TTS event types the voice must support.
Implementation
List<String>? get requiredEventTypes =>
_wrapped.requiredEventTypes?.toDart.cast<String>().map((e) => e).toList();
The TTS event types the voice must support.
List<String>? get requiredEventTypes =>
_wrapped.requiredEventTypes?.toDart.cast<String>().map((e) => e).toList();