propertyAsList method

List? propertyAsList(
  1. String key, [
  2. List? def
])

Implementation

List? propertyAsList(String key, [List? def]) =>
    property<List>(key, def, TypeParser.parseList);