RedirectResponse constructor

RedirectResponse({
  1. String? result,
  2. String? transId,
  3. String? url,
})

Implementation

RedirectResponse({
    this.result,
    this.transId,
    this.url,});