ITrackInfo class abstract

Constructors

ITrackInfo()

Properties

author String
The author of the track
no setter
hashCode int
The hash code for this object.
no setterinherited
identifier String
Track identifier
no setter
length int
The length of the track
no setter
position int
Position returned by lavalink
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seekable bool
If the track is seekable (if it's a streaming it's not)
no setter
stream bool
Whether the track is a streaming or not
no setter
title String
The title of the track
no setter
uri String
Url of the track
no setter

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