ProgramInstruction16 class Null safety
- Inheritance
-
- Object
- ProgramInstruction<
Operation> - ProgramInstruction16
Constructors
- ProgramInstruction16(Operation op, ArgDone arg)
Properties
- arg → ArgDone
-
finalinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- isExtended → bool
-
read-onlyinherited
- op → Operation
-
finalinherited
- opcode → int
-
read-onlyinherited
- programDisplay → String
-
How this is displayed in the LCD
read-onlyinherited
- programListing → String
-
How this is displayed in a program listing
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
rightJustify(
String s, int len) → String -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited