Map<String, dynamic> toJson() { final map = <String, dynamic>{}; map['file'] = _file; map['title'] = _title; return map; }