RouteDefinition class

Constructors

RouteDefinition({required String? uri, DartType? widgetType, required DartType? returns, String? ctor, required DartObject? handler, required DartType? params, required String? name})
const
RouteDefinition.from(ConstantReader annotation)
factory

Properties

ctor String?
final
handler → DartObject?
final
hashCode int
The hash code for this object.
no setterinherited
name String?
final
params → DartType?
final
returns → DartType?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri String?
final
widgetType → DartType?
final

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