script property

  1. @override
Script get script
override

The script from the scriptSig bytes or null if the bytes do not represent a valid script.

Implementation

@override
Script get script => super.script!;