symbolsWithIntKey property

Map<int, String> symbolsWithIntKey
getter/setter pair

Implementation

Map<int, String> symbolsWithIntKey = {
  112: "0",
  113: "1",
  114: "2",
  115: "3",
  116: "4",
  117: "5",
  118: "6",
  119: "7",
  120: "8",
  121: "9",
};