values property

List<T> get values

The values of the individual rolls.

Returns an unmodifiable list.

Implementation

List<T> get values => _rolls;