Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. "videos": [
  2. {
  3. "id": 25182,
  4. "game": 115653,
  5. "name": "Trailer",
  6. "video_id": "BdA22Lh6Rwk"
  7. },
  8. 27749,
  9. {
  10. "id": 29188,
  11. "game": 115653,
  12. "name": "A New Team and New Rivals in Pokémon Sword and Pokémon Shield! ⚔️🛡️",
  13. "video_id": "ZBiTpi8ecTE"
  14. }
  15. ]
  16.  
  17. json['videos']?.cast<Map<String, dynamic>>()?.map<Video>((f) {
  18. return Video.fromJson(f);
  19. })?.toList();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement