WorkstationSelectDialog constructor

const WorkstationSelectDialog({
  1. Key? key,
  2. required List<ArtemisAcpsWorkstation> workstations,
})

Implementation

const WorkstationSelectDialog({super.key, required this.workstations});