CommandProjectionImage constructor

const CommandProjectionImage({
  1. required int generation,
  2. required List<CommandProjectionEntry> commands,
})

Implementation

const CommandProjectionImage({
  required this.generation,
  required this.commands,
});