menu
commands_cli package
documentation
switch_info.dart
SwitchInfo
SwitchInfo.new const constructor
SwitchInfo.new const constructor
dark_mode
light_mode
SwitchInfo
constructor
const
SwitchInfo
(
{
required
String
name
,
required
Command
command
,
String
?
flags
,
String
?
description
,
})
Implementation
const SwitchInfo({required this.name, required this.command, this.flags, this.description});
commands_cli package
documentation
switch_info
SwitchInfo
SwitchInfo.new const constructor
SwitchInfo class