static int getIntValue(String key, {int defaultValue = 0}) { return Field.getInt(_data[key], defaultValue); }