ArgumentSegment class

host/{user}/info
  • ArgumentSegment is handle this segment value and next route if possible. "{user}" is argument segment
Inheritance

Constructors

ArgumentSegment(String name)
Not use without ":" or "{}"
const

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

Operators

operator ==(Object other) bool
The equality operator.
inherited