Return Int Value from Data
int getIntValue(String key, {int defaultValue = 0}) { return Field.getInt(getData()[key], defaultValue); }