wrongAnswerKey static method

Key wrongAnswerKey(
  1. String expected,
  2. int person
)

Implementation

static Key wrongAnswerKey(String expected, int person) {
  return Key('wrong_${expected}_$person');
}