RPInstructionStep constructor
RPInstructionStep({})
Implementation
RPInstructionStep({
required super.identifier,
required super.title,
super.text,
super.optional,
this.detailText,
this.imagePath,
super.footnote,
});