PurchaseCompleteScreen constructor
const
PurchaseCompleteScreen(
- UpdateSessionResponse? updateSessionResponse,
- String pumpId,
- GetDongleResponse? getDongleResponse,
- String volumePumpedValue,
- String? isGallonOrLitre, {
- Key? key,
Implementation
const PurchaseCompleteScreen(this.updateSessionResponse, this.pumpId,
this.getDongleResponse, this.volumePumpedValue, this.isGallonOrLitre,
{super.key});