ITrackInfo class abstract

Constructors

ITrackInfo()

Properties

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

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