listQuestions property
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;
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.
List? listQuestions;