values property

Iterable<T> values

Controls the currently selected values for a group of checkbox buttons.

Implementation

Iterable<T> get values => _values.toList(growable: false);