PlaylistItemListResponse.fromJson constructor

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

Implementation

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