StaticExpression class
Static characters are expressed with {}
. Static expressions instantiate the contents as they are.
E.g. {-}
, {42}
, {xyz}
- Inheritance
-
- Object
- RandomExpression
- StaticExpression
Constructors
- StaticExpression(String value)
- Don't use {} for the constructor
Properties
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