DeferredFunction class Null safety

A function that is deferred until button up, like storing matrix elements (e.g. STO A).

Constructors

DeferredFunction(Model<ProgramOperation> m, void f())

Properties

disableDisplay bool
final
f → void Function()
final
hashCode int
The hash code for this object.
read-onlyinherited
m Model<ProgramOperation>
final
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
run() → void
toString() String
A string representation of this object.
inherited

Operators

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