RPQuestionStep.withTitle constructor
Returns a Question Step populated with title (text of the question)
Implementation
RPQuestionStep.withTitle(String identifier, String title, {bool optional = false}) : super.withTitle(identifier, title, optional: optional);