StaticExpression class

Static characters are expressed with {}. Static expressions instantiate the contents as they are.

E.g. {-} , {42} , {xyz}

Inheritance

Constructors

StaticExpression(String value)
Don't use {} for the constructor

Properties

hashCode int
The hash code for this object.
no setterinherited
options List<Option>
Expression options
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
Static value
getter/setter pair

Methods

description() Map<String, dynamic>
Expression built description as Json
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
option<T extends Option>() → T?
option by type. If option not exists returns null
inherited
toString() String
A string representation of this object.
inherited

Operators

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