c40Shift2Chars property

List<int> c40Shift2Chars
final

Implementation

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