value property

T? value
final

An optional data payload of type T associated with this node.

This allows you to attach your own custom objects (e.g., a product category model) to each node in the filter tree.

Implementation

final T? value;