Music class

Annotations
  • @freezed

Constructors

Music({int? dbBeginTimeOffsetMs, int? dbEndTimeOffsetMs, int? sampleBeginTimeOffsetMs, int? sampleEndTimeOffsetMs, int? playOffsetMs, List<MusicAlbum>? artists, Lyrics? lyrics, String? acrid, MusicAlbum? album, List<RightsClaim>? rightsClaim, ExternalIds? externalIds, int? resultFrom, Contributors? contributors, String? title, List<Lang>? langs, String? language, int? durationMs, String? label, ExternalMetadata? externalMetadata, int? score, List<Genre>? genres, DateTime? releaseDate, List<ReleaseByTerritory>? releaseByTerritories})
const
factory
Music.fromJson(Map<String, dynamic> json)
factory

Properties

acrid String?
no setterinherited
album MusicAlbum?
no setterinherited
artists List<MusicAlbum>?
no setterinherited
contributors Contributors?
no setterinherited
copyWith → $MusicCopyWith<Music>
no setterinherited
dbBeginTimeOffsetMs int?
no setterinherited
dbEndTimeOffsetMs int?
no setterinherited
durationMs int?
no setterinherited
externalIds ExternalIds?
no setterinherited
externalMetadata ExternalMetadata?
no setterinherited
genres List<Genre>?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
label String?
no setterinherited
langs List<Lang>?
no setterinherited
language String?
no setterinherited
lyrics Lyrics?
no setterinherited
playOffsetMs int?
no setterinherited
releaseByTerritories List<ReleaseByTerritory>?
no setterinherited
releaseDate DateTime?
no setterinherited
resultFrom int?
no setterinherited
rightsClaim List<RightsClaim>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleBeginTimeOffsetMs int?
no setterinherited
sampleEndTimeOffsetMs int?
no setterinherited
score int?
no setterinherited
title String?
no setterinherited

Methods

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

Operators

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