roll method

  1. @nonVirtual
RollResult roll()

Rolls the dice expression

Throws FormatException

Implementation

@nonVirtual
RollResult roll() {
  final result = this();
  _log.fine(() => "$result");
  return result;
}