asciiLetters constant

String const asciiLetters

The concatenation of the asciiLowercase and asciiUppercase constants. This value is not locale-dependent.

Implementation

static const asciiLetters =
    'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';