SysRoute class

Constructors

SysRoute({RouteForward? routeForward, RouteBack? routeBack})
SysRoute.pop([Object? routeParameter])
SysRoute.popUntil(String route)
SysRoute.popUntilAndPush({String? routeBack, required String routeForward, Object? routeParameter})
Irá voltar até a routeBack e depois empilhar a routeForward
SysRoute.routeForward(String route, {dynamic routeParameter})
SysRoute.toRoot()

Properties

hashCode int
The hash code for this object.
no setterinherited
routeBack RouteBack?
Objeto de rota para navegação, usada para remover telas no popUntil
final
routeForward RouteForward?
Objeto de rota para navegação, usado para empilhar uma tela
final
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