coverKey static method

Key coverKey(
  1. String infinitive,
  2. int person
)

Implementation

static Key coverKey(String infinitive, int person) {
  return Key('coverkey_${infinitive}_$person');
}