glyphs constant

Map<int, String> const glyphs

Map of glyph constants to their string representation.

Implementation

static const Map<int, String> glyphs = {
  a1: 'a1',
  a2: 'a2',
  b1: 'b1',
  c1_1: 'c1_1',
  c1_2: 'c1_2',
  c1_3: 'c1_3',
  c1_4: 'c1_4',
  c1_5: 'c1_5',
  c1_6: 'c1_6',
  c1_7: 'c1_7',
  c1_8: 'c1_8',
  c1_9: 'c1_9',
  c1_10: 'c1_10',
  c1_11: 'c1_11',
  c1_12: 'c1_12',
  c1_13: 'c1_13',
  c1_14: 'c1_14',
  c1_15: 'c1_15',
  c1_16: 'c1_16',
  c2: 'c2',
  c3: 'c3',
  c4: 'c4',
  c5: 'c5',
  c6: 'c6',
  d1_1: 'd1_1',
  d1_2: 'd1_2',
  d1_3: 'd1_3',
  d1_4: 'd1_4',
  d1_5: 'd1_5',
  d1_6: 'd1_6',
  d1_7: 'd1_7',
  d1_8: 'd1_8',
  e1: 'e1',
};