listQuestions property

List? listQuestions
getter/setter pair

This is where the list questions are stored during runtime (where the user selects a value). Feel free to access it like any other list.

Implementation

List? listQuestions;