PostActionNextUrl constructor

PostActionNextUrl(
  1. String nextUrl, {
  2. String? message,
})

Implementation

PostActionNextUrl(this.nextUrl, {this.message});