voice property

String? voice
final

Voice identifier or custom voice name (e.g. 'alloy', 'cedar').

Modeled as an open String to match the spec's VoiceIdsOrCustomVoice union (built-in voices + custom strings).

Implementation

final String? voice;