ArgPicker<C> constructor

ArgPicker<C>(
  1. C? base,
  2. ArgResults results
)

Implementation

ArgPicker(this.base, this.results);