G2xNestedRoute class

Constructors

G2xNestedRoute(String name, {required Widget build(Map<String, dynamic> routeParams, Object? arguments, String? complementRoute), List<G2xNestedRoute>? subroute, bool showArgumentsToRoute = false, bool isModule = false})

Properties

build Widget Function(Map<String, dynamic> routeParams, Object? arguments, String? complementRoute)
final
hashCode int
The hash code for this object.
no setterinherited
isModule bool
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showArgumentsToRoute bool
the arguments(push) must be Map<String,String> if true can't have subroute
final
subroute List<G2xNestedRoute>?
final

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