SectionPayload<Section, Item> class final

Inheritance

Constructors

SectionPayload(Section value)
const

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → Section
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
Compares the wrapped section value, NOT wrapper identity. Two distinct wrapper instances around the same Section value must be equal — otherwise TreeNode.== (which delegates to data.==) would always report data as changed on every sync, forcing TreeSyncController to fire updateNode for every retained section header on every rebuild.
override