redirectPath property

String redirectPath

The full redirect path, including queryParameters.

Implementation

String get redirectPath => Uri(
      path: path,
      queryParameters: queryParameters,
    ).toString();