PumpListScreen constructor

const PumpListScreen({
  1. Key? key,
  2. required String pumpImagePath,
  3. required String nozzleImagePath,
  4. required String strRoCode,
  5. required String strUserId,
})

Implementation

const PumpListScreen(
    {Key? key,
    required this.pumpImagePath,
    required this.nozzleImagePath,
    required this.strRoCode,
    required this.strUserId})
    : super(key: key);