SongInfo.fromJson constructor

SongInfo.fromJson(
  1. String source
)

Implementation

factory SongInfo.fromJson(String source) =>
    SongInfo.fromMap(json.decode(source));