VoiceRegion constructor
VoiceRegion({})
Implementation
VoiceRegion({
required this.id,
required this.name,
required this.vip,
required this.optimal,
required this.deprecated,
required this.custom,
});
VoiceRegion({
required this.id,
required this.name,
required this.vip,
required this.optimal,
required this.deprecated,
required this.custom,
});