MKeyExtensionOp<OT extends ProgramOperation> constructor Null safety

const MKeyExtensionOp<OT extends ProgramOperation>(
  1. OT op,
  2. OT? shiftIn,
  3. OT? secondShift
)

Implementation

const MKeyExtensionOp(this.op, this.shiftIn, this.secondShift);