values property
List<T>
get
values
The values of the individual rolls.
Returns an unmodifiable list.
The order of values matches the order of the rolls provided to the constructor.
Implementation
List<T> get values => _rolls;