NiceTreeMapNode class
A node in a tree map.
Constructors
-
NiceTreeMapNode({required String label, required double value, Color? color, List<
NiceTreeMapNode> ? children}) -
const
Properties
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