CallingPathSegment class abstract

Happening PathSegment on during the call

Carries happening values

Implementers

Constructors

CallingPathSegment({required PathSegment segment, required String value})
Don't use
factory
CallingPathSegment.unknown()
create unknown path segment
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segment PathSegment
Takes a segment when the actual and defined segments match.
final
value String
Takes a value when the actual and defined segments match. Otherwise is segment is unknown or root value is empty.
final

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