data property

Uint8List get data

The data of the "witness program". It is called "data" and not "program" to avoid confusion with the more general Program class.

Implementation

Uint8List get data => Uint8List.fromList(_data);