value property

Map<String, bool> value
final

The current selection state as a map of { key: bool }.

Implementation

final Map<String, bool> value;