arg property Null safety
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 => this;
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.
@override
Arg get arg => this;