bool getBoolValue(String key, {bool defaultValue = false}) { return Field.getBool(getData()[key], defaultValue); }