WidgetRedirect class

A widget that renders a HTTP redirect to the provided url.

Inheritance

Constructors

WidgetRedirect({required String url})
Creates a new widget that renders a redirect.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
The url to redirect to.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited