menu
conduit_core
conduit
RouteSegment
isLiteralMatcher property
isLiteralMatcher
brightness_4
isLiteralMatcher
property
Null safety
bool
isLiteralMatcher
Implementation
bool get isLiteralMatcher => !isRemainingMatcher && !isVariable && !hasRegularExpression;
conduit_core
conduit
RouteSegment
isLiteralMatcher property
RouteSegment class
Constructors
RouteSegment
direct
Properties
hashCode
hasRegularExpression
isLiteralMatcher
isRemainingMatcher
isVariable
literal
matcher
runtimeType
variableName
Methods
noSuchMethod
toString
Operators
operator ==