Track class

An audio track.

Annotations
  • @JsonSerializable()

Constructors

Track({required String encoded, required TrackInfo info, required Map<String, Object?> pluginInfo})
Create a new Track.
Track.fromJson(Map<String, Object?> json)
factory

Properties

encoded String
The encoded version of this track.
final
hashCode int
The hash code for this object.
no setterinherited
info TrackInfo
Information about this track.
final
pluginInfo Map<String, Object?>
Extra information about this track provided by plugins.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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