MyUtilityExtensionRandomNextAsciiCharacter extension
- on
Methods
- 
  nextAsciiCharacter({int asciiStart = 65, int asciiEnd = 90}) → String 
- 
      Available on Random, provided by the MyUtilityExtensionRandomNextAsciiCharacter extension Generates a String containing a randomly generated ASCII character uniformly distributed in the range fromasciiStart, inclusive, toasciiEnd, inclusive.