ErrorRoute class

error route; not bound to a path; onActivate is called whenever an error with routing occurs (403,404)

Properties

hashCode int
The hash code for this object.
no setterinherited
onActivate bool Function(Url<StateObject> url)
the operation being called upon receiving an url / open navigation (internally and back-button)
final
representation String
used to ensure toString() override
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
the title of a web page
no setter

Methods

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

Operators

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