verbIconKey static method

Key verbIconKey(
  1. String infinitive,
  2. String mode,
  3. String tense
)

Implementation

static Key verbIconKey(String infinitive, String mode, String tense) {
  return Key('startStudy_${infinitive}_${mode}_$tense');
}