valueMin property

num? valueMin

The minimum value in a node.

Implementation

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