Invocation constructor
Invocation({
- required CommandDescriptor command,
- required List args,
Create a new Invocation
command
the command name
args
the supplied args
Implementation
Invocation({required this.command, required this.args});