copyAsBytes method

  1. @override
Uint8List copyAsBytes()
inherited

Copy this hash value as a byte list.

Implementation

@override
Uint8List copyAsBytes() => new Uint8List.fromList(_content);