byteLength property

  1. @override
int byteLength
inherited

Return the size in bytes of the internal buffer the digest applies it's compression function to.

Implementation

@override
int get byteLength => _rate ~/ 8;