factory Subtitle.fromJson(Map<String, dynamic> json) { return Subtitle(json['url'], json['label']); }