RPFormStep.withTitle constructor
Implementation
RPFormStep.withTitle(String identifier, this._formSteps, String title, {bool optional = false})
: super.withTitle(identifier, title,optional: optional) {
this._answerFormat = RPFormAnswerFormat();
}