uri property

Uri get uri

URL request to be used in InAppWebView

Implementation

Uri get uri => Uri.parse('${baseUrl}amt=$amount&txAmt=$taxAmount&psc=${serviceCharge ?? 0}&pdc=${deliveryCharge ?? 0}&tAmt=$totalAmount&pid=$productId&scd=$merchantId&su=$successUrl&fu=$failureUrl');