Instruction constructor

const Instruction({
  1. Key? key,
})

Implementation

const Instruction({Key? key}) : super(key: key);