argumentAsSet method

Set? argumentAsSet(
  1. int index, [
  2. Set? def
])

Implementation

Set? argumentAsSet(int index, [Set? def]) =>
    argument<Set>(index, def, TypeParser.parseSet);