Route class

Annotations

Constructors

Route({Matcher matcher = const Matcher.any(), RouteBuilder? builder, MaterialBuilder? materialBuilder, CupertinoBuilder? cupertinoBuilder, List<Route> routes = const []})

Properties

builder RouteBuilder?
final
hashCode int
The hash code for this object.
no setterinherited
matcher Matcher
final
routes List<Route>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

evaluate(RouteResult parentResult) RouteResult
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