GetSnapshotBlockResponse constructor
GetSnapshotBlockResponse({
- Uint8List? blockData,
- String? checksum,
- ChecksumAlgorithm? checksumAlgorithm,
- int? dataLength,
Implementation
GetSnapshotBlockResponse({
this.blockData,
this.checksum,
this.checksumAlgorithm,
this.dataLength,
});