Finds a property with keys. Returns the value as bool.
keys
def The default value if keys not found.
def
bool? findPropertyAsBool(List<String> keys, [bool? def]) => findPropertyAs(keys, parseBool, def);