selectedOptions property

Map<String?, dynamic> selectedOptions
getter/setter pair

Stores the option selected by the user for each attribute where the key represents the Attribute and the value represents the index of the selected option.

Eg: selectedIndexes"eyes" gives the index of the kind of eyes picked by the user

Implementation

Map<String?, dynamic> selectedOptions = <String?, dynamic>{};