PlaylistItem.fromJson constructor

PlaylistItem.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory PlaylistItem.fromJson(Map<String, dynamic> json) =>
    _$PlaylistItemFromJson(json);