DigitArg class Null safety

Inheritance

Constructors

DigitArg({required int max, required void calc(Model<ProgramOperation>, int), ArgDone argDoneFactory(dynamic (Model<ProgramOperation>)) = _defaultArgDoneFactory})

Properties

argDoneFactory ArgDone Function(dynamic (Model<ProgramOperation>))
final
calc → void Function(Model<ProgramOperation>, int)
final
hashCode int
The hash code for this object.
read-onlyinherited
max int
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

init(int registerBase, {required OpInitFunction f, required ProgramOperation? shift, required bool argDot, required ProgramOperation? arg, required bool userMode}) → void
override
matches(ProgramOperation key, bool userMode) Arg?
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
visitChildren(void f(int, ArgDone), [int offset = 0]) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited