ListInner class

Represents the inner type of a List for code generation.

Constructors

ListInner({required ClassType type, required ClassType oriType, required String className})
Creates a ListInner with the given type, oriType, and className.

Properties

className ↔ String
The class name for object list elements.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
oriType ↔ ClassType
The original type before merging.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type ↔ ClassType
The resolved type of list elements.
getter/setter pair

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