bool getBool(String key) { final value = this[key]; if (value is bool) { return value; } return false; }