Playlist.fromJson constructor

Playlist.fromJson(
  1. dynamic json
)

Implementation

Playlist.fromJson(dynamic json)
    : id = json['id'] as String,
      title = json['title'] as String;