QualifiedTypeTreeN<T, B> class final

Inheritance
Available extensions

Constructors

QualifiedTypeTreeN.new(List<TypeTree> arguments)
const

Properties

arguments List<TypeTree>
final
base TypeCapture<B>
no setteroverride
deriveFuture Type
no setterinherited
deriveFutureOr Type
no setterinherited
deriveIterable Type
no setterinherited
deriveList Type
no setterinherited
deriveSet Type
no setterinherited
deriveStream Type
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isNullable bool
no setterinherited
isQualified bool

Available on TypeTree, provided by the QualifiedExtension extension

no setter
isSynthetic bool

Available on TypeTree, provided by the QualifiedExtension extension

no setter
isTerminal bool

Available on TypeTree<T>, provided by the TypeTreeExtension extension

no setter
nullable TypeCapture
no setterinherited
qualified TypeCapture<T>
no setterinherited
qualified TypeCapture

Available on TypeTree, provided by the QualifiedExtension extension

no setter
qualifiedOrBase TypeCapture

Available on TypeTree, provided by the QualifiedExtension extension

no setter
qualifiedOrDynamic TypeCapture

Available on TypeTree, provided by the QualifiedExtension extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeArgument Type
no setterinherited

Methods

castIterable(Iterable<T> iterable) Iterable<T>
inherited
castList(List list) List<T>
inherited
castSet(Set set) Set<T>
inherited
consumeType<RETURN>(RETURN func<_>()) → RETURN
inherited
consumeTypeArg<RETURN, ARG>(RETURN func<_>(ARG), ARG arg) → RETURN
inherited
isAssignable(dynamic object) bool
inherited
isAssignableToBase(dynamic obj) bool

Available on TypeTree<T>, provided by the TypeTreeExtension extension

isBase<A>() bool

Available on TypeTree<T>, provided by the TypeTreeExtension extension

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