NamedSegment class 
 
    
  host/{user}/info
- NamedSegment is not handle any parameters.
"info" is named segment.
 
    
    
  
    
  
    Properties
    
        - 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  isArgument
  → bool
  
- 
  
  no setterinherited 
- 
  isRoot
  → bool
  
- 
  Is root of parent segment
  no setterinherited 
- 
  isUnknown
  → bool
  
- 
  Path Segment is unknown.
if isUnknown is true, calling
unknown route of binding
  no setterinherited 
- 
  name
  → String
  
- 
  Path Segment Name
  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.
  override