RPQuestionStep.withTitle constructor

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

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);