ArgumentCallingSegment class
Happening ArgumentSegment on during the call
- Inheritance
-
- Object
- CallingPathSegment
- ArgumentCallingSegment
Constructors
- ArgumentCallingSegment({required String value, required ArgumentSegment segment})
-
const
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.
finalinherited
- value → String
-
Takes a value when the actual and defined segments match.
Otherwise is segment is unknown or root value is empty.
finalinherited
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