UnorderedListData class

Data class for tracking unordered list nesting depth.

Used internally by the list item modifier to handle bullet points and indentation for nested lists.

Constructors

UnorderedListData({int depth = 0})
Creates an UnorderedListData.
const

Properties

depth int
The nesting depth of the list (0 = top level).
final
hashCode int
The hash code for this object.
no setterinherited
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