Map<String, dynamic> toJson() => { 'id': id, 'filePath': filePath, 'url': url, 'chunkSize': chunkSize, 'status': status.name, };