testFieldKey static method

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

Implementation

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