factory ChunkData.fromJson(Map<String, dynamic> json) { return ChunkData(stringValue: json['stringValue']); }