VoiceTarget class

Constructors

VoiceTarget({required int id})

Properties

hashCode int
The hash code for this object.
no setterinherited
id int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

jsonMap() Map<String, Object>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString({bool tabIndent = true}) String
A string representation of this object.
inherited
withAclGroup({required String aclGroup}) → void
withChannel({required Channel channel, bool followLinks = false, bool recursive = false}) → void
withUser({required User user}) → void

Operators

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