RouteSegment class Null safety
Constructors
- RouteSegment(String segment)
- RouteSegment.direct({String? literal, String? variableName, String? expression, bool matchesAnything = false})
Properties
- hashCode → int
- 
  The hash code for this object.
  read-onlyoverride
- hasRegularExpression → bool
- 
  
  read-only
- isLiteralMatcher → bool
- 
  
  read-only
- isRemainingMatcher ↔ bool
- 
  
  read / write
- isVariable → bool
- 
  
  read-only
- literal ↔ String?
- 
  
  read / write
- matcher ↔ RegExp?
- 
  
  read / write
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  read-onlyinherited
- variableName ↔ String?
- 
  
  read / write
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a non-existent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(dynamic other) → bool 
- 
  The equality operator.
  override