dart_holodex_api
dart_holodex_api
Song
Song constructor
Song
Song
constructor
Null safety
Song
(
{
required
String
name
,
String
?
art
,
int
?
end
,
int
?
start
,
int
?
itunesid
,
String
?
originalArtist
}
)
Implementation
Song({ required this.name, this.art, this.end, this.start, this.itunesid, this.originalArtist, });
dart_holodex_api
dart_holodex_api
Song
Song constructor
Song class
Constructors
Song
fromJson
fromMap
Properties
art
end
hashCode
itunesid
name
originalArtist
props
runtimeType
start
stringify
Methods
copyWith
noSuchMethod
toJson
toMap
toString
Operators
operator ==