Invocation constructor

Invocation({
  1. required CommandDescriptor command,
  2. required List args,
})

Create a new Invocation command the command name args the supplied args

Implementation

Invocation({required this.command, required this.args});