minimum property

num minimum

The least value in the stored data.

Implementation

num get minimum => _getStat(NumericStat.minimum);