bytesCount property
The raw byte count represented by this BinarySize.
Defaults to BigInt.from(0).
Implementation
late BigInt bytesCount = BigInt.from(0);
The raw byte count represented by this BinarySize.
Defaults to BigInt.from(0).
late BigInt bytesCount = BigInt.from(0);