menu
joltax_framework package
documentation
taycan/models/tc_command.dart
TcCommand
TcCommand.new constructor
TcCommand.new constructor
dark_mode
light_mode
TcCommand
constructor
TcCommand
(
{
String
?
name
,
int
?
options
,
List
<
String
>
?
arguments
,
String
?
category
,
Function
?
action
,
})
Implementation
TcCommand( {this.name, this.options, this.arguments, this.category, this.action});
joltax_framework package
documentation
taycan/models/tc_command
TcCommand
TcCommand.new constructor
TcCommand class