StartFuelingScreen constructor

const StartFuelingScreen(
  1. PayPumpResponse? payPumpResponse,
  2. String choice,
  3. String pumpId,
  4. String volume,
  5. String? isGallonOrLitre,
  6. GetDongleResponse? getDongleResponse,
  7. String taxInCurrency,
  8. String totalCost,
  9. String pumpingAmount, {
  10. 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});