randomOneDigitInt top-level property

int get randomOneDigitInt

Implementation

int get randomOneDigitInt => _random.nextInt(10);