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