booleanQuestions property

List? booleanQuestions
getter/setter pair

This is where the boolean questions are stored during runtime. Feel free to access it like any other list.

Implementation

List? booleanQuestions;