factory ChunkMeta.fromJson(Map<String, dynamic> json) => ChunkMeta( id: json['id'] as String, seq: json['seq'] as int, total: json['total'] as int, );