factory FileDeleted.fromJson(Map<String, dynamic> json) => FileDeleted(path: json['path'] as String?);