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