menu
layrz_protocol package
documentation
packets/packets.dart
Command
args property
args property
dark_mode
light_mode
args
property
Map
<
String
,
dynamic
>
args
final
args
is the arguments of the command.
Implementation
final Map<String, dynamic> args;
layrz_protocol package
documentation
packets/packets
Command
args property
Command class