hexdigits constant

String const hexdigits

The string '0123456789abcdefABCDEF'.

Implementation

static const hexdigits = '0123456789abcdefABCDEF';