RRouterPageMeta class

auto generate router page code

Constructors

RRouterPageMeta({required String? path, String? paramsName, Map<String, String>? pathRegEx, ResponseProcessor? processor, PageTransitionsBuilder? pageTransaction, List<RouteInterceptor>? interceptors})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
interceptors List<RouteInterceptor>?
final
pageTransaction PageTransitionsBuilder?
final
paramsName String?
final
path String?
final
pathRegEx Map<String, String>?
final
processor ResponseProcessor?
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