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