table property

Map<int, Map<String, int>> table
getter/setter pair

Implementation

static Map<int, Map<String, int>> table = {
  Stats.DEFAULT: {},
  Stats.DA: daValue,
  Stats.YO: yoValue,
  Stats.JYO: jyoValue,
  Stats.UM: umValue,
  Stats.HAM: hamValue,
  Stats.SB: sbValue,
  Stats.COMMON: commonValue,
};