CommandResolution constructor
const
CommandResolution({
- required CommandRegistry registry,
- required List<
String> path, - required Set<
int> tokenIndices,
Implementation
const new({
required this.registry,
required this.path,
required this.tokenIndices,
});