asBytes method

  1. @override
Uint8List asBytes()
inherited

The bytes that represent the hash value. (Same as bytes getter.)

Implementation

@override
Uint8List asBytes() => bytes;