CommandProjectionImage constructor
const
CommandProjectionImage({
- required int generation,
- required List<
CommandProjectionEntry> commands,
Implementation
const CommandProjectionImage({
required this.generation,
required this.commands,
});