voices property

Iterable<Voice> get voices

Collection of voices (order not guaranteed).

Kept as a convenience for iteration and collection queries; use sortedVoices when voice order matters.

Implementation

Iterable<Voice> get voices => _voicesByNumber.values;