returnUrl property

  1. @JsonKey(name: "return_url")
String? returnUrl
inherited

If you are handling next actions yourself, pass in a return_url. If the subsequent action is redirect_to_url, this URL will be used on the return path for the redirect.

Implementation

@JsonKey(name: "return_url")
String? get returnUrl => throw _privateConstructorUsedError;