Map<String, dynamic> toJson() { final map = <String, dynamic>{}; map['success'] = _success; map['file_path'] = _filePath; return map; }