bytesCount property

BigInt bytesCount
getter/setter pair

The raw byte count represented by this BinarySize.

Defaults to BigInt.from(0).

Implementation

late BigInt bytesCount = BigInt.from(0);