NozzleScreen constructor

const NozzleScreen({
  1. Key? key,
  2. required String pumpNo,
  3. required dynamic nozzleList,
  4. required String strRoCode,
  5. required String strUserId,
  6. required String nozzleImagePath,
})

Implementation

const NozzleScreen({
  super.key,
  required this.pumpNo,
  required this.nozzleList,
  required this.strRoCode,
  required this.strUserId,
  required this.nozzleImagePath,
});