HierarchyPath class

Contains information about the levels of a hierarchy group.

Constructors

HierarchyPath({HierarchyGroupSummary? levelFive, HierarchyGroupSummary? levelFour, HierarchyGroupSummary? levelOne, HierarchyGroupSummary? levelThree, HierarchyGroupSummary? levelTwo})
HierarchyPath.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
levelFive HierarchyGroupSummary?
Information about level five.
final
levelFour HierarchyGroupSummary?
Information about level four.
final
levelOne HierarchyGroupSummary?
Information about level one.
final
levelThree HierarchyGroupSummary?
Information about level three.
final
levelTwo HierarchyGroupSummary?
Information about level two.
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