minimum property

num get minimum

The least value in the stored data.

Implementation

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