argumentAsList method

List? argumentAsList(
  1. int index, [
  2. List? def
])

Implementation

List? argumentAsList(int index, [List? def]) =>
    argument<List>(index, def, TypeParser.parseList);