ValueSegmentVariableReference class
Variable reference segment inside an InterpolatedString.
- Inheritance
-
- Object
- ValueSegment
- ValueSegmentVariableReference
Constructors
- ValueSegmentVariableReference(String name)
-
const
-
ValueSegmentVariableReference.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toConfigString(
) → String -
Format this segment for config serialization.
override
-
toJson(
) → Map< String, dynamic> -
Convert to JSON representation.
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited