CommandResolution constructor

const CommandResolution({
  1. required CommandRegistry registry,
  2. required List<String> path,
  3. required Set<int> tokenIndices,
})

Implementation

const new({
  required this.registry,
  required this.path,
  required this.tokenIndices,
});