InApp class abstract

Like the AppMatrial interface but instead of manual adding to the routes getter, cruky will get the methods that have Route annotation inside the class and use it as route.

Constructors

InApp()

Properties

hashCode int
The hash code for this object.
no setterinherited
pipeline List
Application level middleware
no setter
prefix String
route path prefix that will be added to all the children routes or middleware
no setter
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