randomLetter top-level property

String get randomLetter

Implementation

String get randomLetter => _letters[_random.nextInt(_letters.length)];