Instruction constructor
const
Instruction({})
Implementation
const Instruction({
required super.name,
super.metaData,
this.principles,
this.rules,
this.reasons,
this.mindset,
this.approach,
this.responsibilities,
this.understandings,
this.examples,
});