Music class

Constructors

Music({String? label, ExternalMetadata? externalMetadata, String? acrid, Album? album, int? resultFrom, List<Artists>? artists, String? title, int? durationMs, String? releaseDate, int? score, int? playOffsetMs})
Music.fromJson(Map<String, dynamic> json)

Properties

acrid String?
ACRCloud unique identifier
getter/setter pair
album Album?
Album fields
getter/setter pair
artists List<Artists>?
Artists fields
getter/setter pair
durationMs int?
Duration of the track in millisecond
getter/setter pair
externalMetadata ExternalMetadata?
External 3rd party IDs and metadata
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
label String?
Music label information
getter/setter pair
playOffsetMs int?
The time position of the audio/song being played (millisecond)
getter/setter pair
releaseDate String?
Release data of the track, format:YYYY-MM-DD
getter/setter pair
resultFrom int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score int?
Match confidence score. Range: 70 - 100
getter/setter pair
title String?
Track title
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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