factory ProgressHttpEvent.fromRawEvent({required Map<String, dynamic> e}) { return ProgressHttpEvent( id: e["id"], downloaded: e["downloaded"], total: e["total"]); }