@override Map<String, dynamic> toJson() => <String, dynamic>{ 'file': file?.toJson(), 'file_type': fileType?.toJson(), 'priority': priority, '@type': constructor, };