HierarchyStructureUpdate class
Contains information about the level hierarchy to update.
Constructors
- HierarchyStructureUpdate({HierarchyLevelUpdate? levelFive, HierarchyLevelUpdate? levelFour, HierarchyLevelUpdate? levelOne, HierarchyLevelUpdate? levelThree, HierarchyLevelUpdate? levelTwo})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- levelFive → HierarchyLevelUpdate?
-
The update for level five.
final
- levelFour → HierarchyLevelUpdate?
-
The update for level four.
final
- levelOne → HierarchyLevelUpdate?
-
The update for level one.
final
- levelThree → HierarchyLevelUpdate?
-
The update for level three.
final
- levelTwo → HierarchyLevelUpdate?
-
The update for 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited