bool getBool(List<String> keys, {bool def = false}) { return TMap.getBool(this, keys, defaultValue: def); }