TypeTree<BASE> class abstract interface

Implementers
Available Extensions

Constructors

TypeTree()
const

Properties

arguments List<TypeTree>
no setter
base TypeCapture<BASE>
no setter
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

$hashCode(TypeTree tree) int
$toString(TypeTree tree) String
arg0<T>() TypeTree
arg1<BASE, A>() TypeTree
arg2<BASE, A, B>() TypeTree
arg3<BASE, A, B, C>() TypeTree
argN<BASE>(List<TypeTree> arguments) TypeTree
future<T>() TypeTree
futureOr<T>() TypeTree
iterable<T>() TypeTree
list<T>() TypeTree
map<K, V>() TypeTree
set<T>() TypeTree
stream<T>() TypeTree
terminal<T>() TypeTree

Constants

$bool → const TypeTree
$double → const TypeTree
$int → const TypeTree
$string → const TypeTree
object → const TypeTree