RouteGuardBase<T extends Object> class abstract interface

Common supertype for every route guard accepted by generated routers.

Generated guard lists are typed against the router's route base class, so a class listed in @AppRoute(guards: [...]) that implements neither RouteGuard nor AsyncRouteGuard fails to compile instead of being skipped at runtime.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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