ErrorScreen constructor

ErrorScreen(
  1. RequestModel? requestModel,
  2. String? msisdn,
  3. String? walletPin,
  4. String? tokenId,
  5. String? message, {
  6. PaymentResponseModel? paymentResponseModel,
})

Implementation

ErrorScreen(this.requestModel, this.msisdn, this.walletPin, this.tokenId,
    this.message, {this.paymentResponseModel});