VMTypeArguments class
The type arguments for some instantiated generic type.
- Inheritance
- Object
- VMTypeArgumentsRef
- VMTypeArguments
- Implemented types
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- klass → VMClassRef
-
This object's class, or
null
if this object wasn't allocated on the Dart heap. [...]final - name → String
-
A name for this type argument list.
final, inherited
- observatoryUrl → Uri
-
A relative URL for humans to inspect and possibly interact with this
object in the Observatory UI. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- size → int
-
The size (in bytes) of this object on the heap. [...]
final
-
types
→ List<
VMTypeLikeInstanceRef> -
The type arguments.
final
Methods
-
load(
) → Future< VMTypeArguments> -
Loads a full version of this object. [...]
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited