Route class

Constructors

Route(Method method, Map path, Widget? widget, {Bindings? binding, bool needAuth = false})

Properties

binding Bindings?
final
hashCode int
The hash code for this object.
no setterinherited
method Method
final
needAuth bool
final
path Map
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widget Widget?
final

Methods

handle(HttpRequest req, {int? status}) → void
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