MKeyExtensionOp<OT extends ProgramOperation> class Null safety

Annotations

Constructors

MKeyExtensionOp(OT op, OT? shiftIn, OT? secondShift)
const

Properties

hashCode int
The hash code for this object.
read-onlyinherited
op → OT
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
secondShift → OT?
final
shiftIn → OT?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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