toBytes method

  1. @override
Uint8List toBytes()
override

Serializes the block to bytes.

Implementation

@override
Uint8List toBytes() => data;