TypeHierarchyResult class

Constructors

TypeHierarchyResult({List<TypeHierarchyItem>? hierarchyItems})

Properties

hashCode int
The hash code for this object.
no setterinherited
hierarchyItems List<TypeHierarchyItem>?
A list of the types in the requested hierarchy. The first element of the list is the item representing the type for which the hierarchy was requested. The index of other elements of the list is unspecified, but correspond to the integers used to reference supertype and subtype items within the items.
final
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.
inherited

Operators

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

Static Methods

parse(Map m) TypeHierarchyResult