VoiceRegion class

Represents voice region on which discord guild takes place

Properties

custom bool
Whether this is a custom voice region (used for events/etc)
latefinal
deprecated bool
Whether this is a deprecated voice region (avoid switching to these)
latefinal
hashCode int
The hash code for this object.
no setterinherited
id String
Unique id for region
latefinal
name String
Name of the region
latefinal
optimal bool
True for a single server that is closest to the current user's client
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vip bool
True if this is a vip-only server
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited