ListTypeContext class

Represents a type that holds a list of another type.

Inheritance

Constructors

ListTypeContext(Token lBracketToken, TypeContext innerType, Token rBracketToken)

Properties

hashCode int
The hash code for this object.
no setterinherited
innerType TypeContext
The inner type.
final
lBracketToken Token
The source tokens.
final
rBracketToken Token
The source tokens.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
span → FileSpan
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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