NextAction constructor

NextAction({
  1. String? url,
  2. String? returnUrl,
})

Implementation

NextAction({
  this.url,
  this.returnUrl,
});