order property

List<String>? order
getter/setter pair

This list contains the order in which the questions are asked in the dialog. Feel free to access it like any other list.

Implementation

List<String>? order;