size property
int
get
size
Returns the size of the block in bytes.
Implementation
int get size {
final encoded = encode(0, latestEncoding);
return encoded.length;
}
Returns the size of the block in bytes.
int get size {
final encoded = encode(0, latestEncoding);
return encoded.length;
}