CommandList constructor
const
CommandList({
- required List<
CommandListEntry> entries,
Implementation
const CommandList({required this.entries});
const CommandList({required this.entries});