menu
locale_sync package
documentation
main.dart
Command
Command const constructor
Command const constructor
dark_mode
light_mode
Command
constructor
const
Command
(
{
required
String
args
,
required
String
description
,
})
Implementation
const Command({ required this.args, required this.description, });
locale_sync package
documentation
main
Command
Command const constructor
Command class