redirectUrl property

String get redirectUrl

The new URL.

Implementation

String get redirectUrl => _wrapped.redirectUrl;
set redirectUrl (String v)

Implementation

set redirectUrl(String v) {
  _wrapped.redirectUrl = v;
}