menu
coal package
documentation
tab.dart
Command
Command.new constructor
Command.new constructor
dark_mode
light_mode
Command
constructor
Command
(
String
value
,
String
description
, {
Command
?
parent
,
})
Implementation
Command(this.value, this.description, {this.parent});
coal package
documentation
tab
Command
Command.new constructor
Command class