redirect property
Set if the binding is Redirect-Binding, where the user can directly be redirected to the application, using a "302 FOUND" status to the URL.
Implementation
@$pb.TagNumber(3)
RedirectResponse get redirect => $_getN(2);
Implementation
@$pb.TagNumber(3)
set redirect(RedirectResponse value) => $_setField(3, value);