questionTitle property

String questionTitle
getter/setter pair

The title of the question. It is set by the RPUIStep and RPUIFormStep so it's easier to trace back the answer result in the result JSON.

Implementation

late String questionTitle;