CommandList constructor

const CommandList({
  1. required List<CommandListEntry> entries,
})

Implementation

const CommandList({required this.entries});