dart_holodex_api
dart_holodex_api
Song
Song.fromJson factory constructor
Song.fromJson
Song.fromJson
constructor
Null safety
Song.fromJson
(
String
source
)
Implementation
factory Song.fromJson(String source) => Song.fromMap(json.decode(source));
dart_holodex_api
dart_holodex_api
Song
Song.fromJson factory 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 ==