TrackInfo class

Track details

Properties

author String
The author of the track
latefinal
hashCode int
The hash code for this object.
no setterinherited
identifier String
Track identifier
latefinal
length int
The length of the track
latefinal
position int
Position returned by lavalink
latefinal
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)
latefinal
stream bool
Whether the track is a streaming or not
latefinal
title String
The title of the track
latefinal
uri String
Url of the track
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