The basic constructor which returns a Question Step with only the identifier filled out
RPQuestionStep(String identifier, {bool optional = false}) : super(identifier, optional: optional);