StartFuelingScreen constructor
const
StartFuelingScreen(
- PayPumpResponse? payPumpResponse,
- String choice,
- String pumpId,
- String volume,
- String? isGallonOrLitre,
- GetDongleResponse? getDongleResponse,
- String taxInCurrency,
- String totalCost,
- String pumpingAmount, {
- Key? key,
Implementation
const StartFuelingScreen(
this.payPumpResponse,
this.choice,
this.pumpId,
this.volume,
this.isGallonOrLitre,
this.getDongleResponse,
this.taxInCurrency,
this.totalCost,
this.pumpingAmount,
{super.key});