RouteForward<T> class

Classe responsável por criar o comportamento de avançar no sistema de rotas

Inheritance

Constructors

RouteForward(String route, {CallbackRoute<T>? onComplete, Object? routeParameter})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
onComplete CallbackRoute<T>?
Atributo utilizado para retornar algum valor da tela empilhada, para tipa-lo devemos tipar a chamada do CoreNavigator.navigateTo
final
route String
final
routeParameter Object?
finalinherited
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