factory Media.fromJson(Map<String, dynamic> json) { return Media(filePath: json['filePath'], mime: json['mime']); }