Hierarchy class

The project issue type hierarchy.

Constructors

Hierarchy({int? baseLevelId, List<SimplifiedHierarchyLevel>? levels})
Hierarchy.fromJson(Map<String, Object?> json)
factory

Properties

baseLevelId int?
The ID of the base level. This property is deprecated, see Change notice: Removing hierarchy level IDs from next-gen APIs.
final
hashCode int
The hash code for this object.
no setterinherited
levels List<SimplifiedHierarchyLevel>
Details about the hierarchy level.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? baseLevelId, List<SimplifiedHierarchyLevel>? levels}) Hierarchy
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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