CreateVoiceRegionRequest constructor
const
CreateVoiceRegionRequest({})
Implementation
const CreateVoiceRegionRequest({
required this.id,
required this.name,
required this.emoji,
required this.latitude,
required this.longitude,
this.isDefault,
this.vipOnly,
this.requiredGuildFeatures,
this.allowedGuildIds,
this.allowedUserIds,
});