valueMax property

num? valueMax

The maximum value in a node.

Implementation

num? get valueMax => _properties['valueMax'] as num?;