RPQuestionStep.withTitle constructor

RPQuestionStep.withTitle(String identifier, String title)

Returns a Question Step populated with title (text of the question)

Implementation

RPQuestionStep.withTitle(String identifier, String title) : super.withTitle(identifier, title);