RefChain class

Constructors

RefChain(List<VariableElement> elementList)
RefChain.byPropNames(VariableElement element, Iterable<String> names)
factory

Properties

elementList List<VariableElement>
final
hashCode int
The hash code for this object.
no setterinherited
isNullable bool
latefinal
ref String
latefinal
refWithQuestion String
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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