TypeTree3<BASE, ITEM0, ITEM1, ITEM2> class
- Inheritance
- Available extensions
Constructors
- TypeTree3.new()
-
const
Properties
-
arguments
→ List<
TypeTree> -
no setteroverride
-
base
→ TypeCapture<
BASE> -
no setteroverride
- hashCode → int
-
The hash code for this object.
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 extensionno setter - 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
Methods
-
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