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