RPQuestionStep constructor

RPQuestionStep(String identifier, { bool optional: false })

The basic constructor which returns a Question Step with only the identifier filled out

Implementation

RPQuestionStep(String identifier, {bool optional = false}) : super(identifier, optional: optional);