ListExpr class

A list of un-evaluated expressions.

Implemented types
Implementers
Annotations

Constructors

ListExpr(List<Expr> list)
Create a list expression from the given list.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
length int
Get the length of this list.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
override
operator [](int index) Expr
Access the indexth element of this list. Returns empty() if the index is out of bounds.