PlaylistItem.fromJson constructor

PlaylistItem.fromJson(
  1. String str
)

Implementation

factory PlaylistItem.fromJson(String str) =>
    PlaylistItem.fromMap(json.decode(str));