ToCodeExpression class Null safety
- Implemented types
Constructors
- ToCodeExpression(Expression code, [bool isStatement = false])
-
const
Properties
- code → Expression
-
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- isStatement → bool
-
Whether this code should be considered a statement.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
accept<
R> (covariant CodeVisitor< R> visitor, [R? context]) → R -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited