Step constructor
Step({})
Implementation
Step({
String? id,
required this.content,
this.isMandatory = true,
this.answerFormat,
this.buttonText,
this.stepShell,
}) : id = id ?? const Uuid().v4();
Step({
String? id,
required this.content,
this.isMandatory = true,
this.answerFormat,
this.buttonText,
this.stepShell,
}) : id = id ?? const Uuid().v4();