selectedIndexes property

  1. @Deprecated('No longer used by the library, please use the field `selectedOptions` instead.')
Map<String?, dynamic> selectedIndexes
getter/setter pair

Implementation

@Deprecated(
    'No longer used by the library, please use the field `selectedOptions` instead.')
Map<String?, dynamic> selectedIndexes = <String?, dynamic>{};