m1 method

dynamic m1 (
  1. dynamic name,
  2. dynamic roll
)

Implementation

static m1(name, roll) => "${name} rolled the dice. result: ${roll}";