hasValue property

bool hasValue

Whether or not this node stores a value.

This value is mainly used by RadixTreeKVVisitor to figure out whether or not this node should be visited.

Implementation

bool get hasValue => value != null;