arg property Null safety

  1. @override
Arg arg
override

A description of this arguments operation, or ArgDone if there is none. For example, the STO operation has an argument to indicate which register to store to.

Implementation

@override
Arg get arg;