glyphs constant

Map<int, String> const glyphs

Map of glyph constants to their string representation.

Implementation

static const Map<int, String> glyphs = {
  c1: 'c1',
  c2: 'c2',
  c3: 'c3',
  c4: 'c4',
  c5: 'c5',
  c6: 'c6',
  c7: 'c7',
  c8: 'c8',
  c9: 'c9',
  c10: 'c10',
  c11: 'c11',
  c12: 'c12',
  c13: 'c13',
  c14: 'c14',
  c15: 'c15',
  c16: 'c16',
  c17: 'c17',
  c18: 'c18',
  c19: 'c19',
  c20: 'c20',
  a1: 'a1',
  a2: 'a2',
  a3: 'a3',
  a4: 'a4',
  a5: 'a5',
  a6: 'a6',
  a7: 'a7',
  a8: 'a8',
  a9: 'a9',
  a10: 'a10',
  a11: 'a11',
  b1: 'b1',
  b2: 'b2',
  b3: 'b3',
  b4: 'b4',
  b5: 'b5'
};