Gets a bool value.
bool getBool(String key, [bool defaultValue = false]) => getPropsBool(_data, key, defaultValue);