arg property Null safety

  1. @override
Arg arg
final

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
final Arg arg;