WidgetRedirect class
A widget that renders a HTTP redirect to the provided url.
- Inheritance
-
- Object
- AbstractWidget
- WidgetRedirect
Constructors
- WidgetRedirect({required String url})
- Creates a new widget that renders a redirect.
Properties
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