ControlArgs.of constructor

ControlArgs.of([
  1. dynamic args
])

Implementation

factory ControlArgs.of([dynamic args]) => ControlArgs({})..set(args);