MKey<OT extends ProgramOperation> constructor Null safety

const MKey<OT extends ProgramOperation>(
  1. OT unshifted,
  2. OT fShifted,
  3. OT gShifted,
  4. {List<MKeyExtensionOp<OT>> extensionOps = const []}
)

Implementation

const MKey(this.unshifted, this.fShifted, this.gShifted,
    {this.extensionOps = const []});