GetSnapshotBlockResponse class

Constructors

GetSnapshotBlockResponse({Uint8List? blockData, String? checksum, ChecksumAlgorithm? checksumAlgorithm, int? dataLength})

Properties

blockData Uint8List?
The data content of the block.
final
checksum String?
The checksum generated for the block, which is Base64 encoded.
final
checksumAlgorithm ChecksumAlgorithm?
The algorithm used to generate the checksum for the block, such as SHA256.
final
dataLength int?
The size of the data in the block.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited