c40Shift2Chars property
Implementation
static final c40Shift2Chars = [
'!', '"', '#', '\$', '%', '&', '\'', '(', ')', '*', //
'+', ',', '-', '.', '/', ':', ';', '<', '=', '>',
'?', '@', '[', '\\', ']', '^', '_'
].map((e) => e.codeUnitAt(0)).toList();