GetSnapshotBlockResponse constructor

GetSnapshotBlockResponse({
  1. Uint8List? blockData,
  2. String? checksum,
  3. ChecksumAlgorithm? checksumAlgorithm,
  4. int? dataLength,
})

Implementation

GetSnapshotBlockResponse({
  this.blockData,
  this.checksum,
  this.checksumAlgorithm,
  this.dataLength,
});