userVoiceClones property

List<Map<String, dynamic>>? userVoiceClones
getter/setter pair

User's voice clones from their account, passed to the translation modal. Each clone is a map with keys: id, voiceId, name, provider, isDefault.

Implementation

List<Map<String, dynamic>>? userVoiceClones;