eventTypes property
All of the callback event types that this voice is capable of sending.
Implementation
List<EventType>? get eventTypes => _wrapped.eventTypes?.toDart
.cast<$js.EventType>()
.map((e) => EventType.fromJS(e))
.toList();
All of the callback event types that this voice is capable of sending.
List<EventType>? get eventTypes => _wrapped.eventTypes?.toDart
.cast<$js.EventType>()
.map((e) => EventType.fromJS(e))
.toList();