PurchaseCompleteScreen constructor

const PurchaseCompleteScreen(
  1. UpdateSessionResponse? updateSessionResponse,
  2. String pumpId,
  3. GetDongleResponse? getDongleResponse,
  4. String volumePumpedValue,
  5. String? isGallonOrLitre, {
  6. Key? key,
})

Implementation

const PurchaseCompleteScreen(this.updateSessionResponse, this.pumpId,
    this.getDongleResponse, this.volumePumpedValue, this.isGallonOrLitre,
    {super.key});