SwitchInfo constructor

const SwitchInfo({
  1. required String name,
  2. required Command command,
  3. String? flags,
  4. String? description,
})

Implementation

const SwitchInfo({required this.name, required this.command, this.flags, this.description});