route class
Constructors
-
route.function(Function? handler, {Type? returns, Type? params, String? name, String? uri, Map<String, String> paramTypeOverrides = const {}})
-
const
-
route.widget(Type? widgetType, {Type? returns, String? ctor = "", String? name, String? uri, Map<String, String> paramTypeOverrides = const {}})
-
const
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited