XRouteAction class
Constructors
- XRouteAction({String? name, String? group, String? route, String? presenter})
- 
          XRouteAction.fromJson(Map<String, dynamic> json)
- 
          toJson is not required
            factory
- XRouteAction.fromUri(String uri)
- 
          
            factory
Properties
- 
  data
  ↔ Map<String, dynamic> 
- 
  
  getter/setter pairinherited
- group ↔ String?
- 
  
  getter/setter pairinherited
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- name ↔ String?
- 
  
  getter/setter pairinherited
- presenter ↔ String?
- 
  presenter mode of how to present the route. (screen / fullscreen dialog /  modal / dialog)
  getter/setter pair
- route ↔ String?
- 
  
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- uri → String
- 
  
  no setter
Methods
- 
  invoke() → dynamic 
- 
  
  override
- 
  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