min property

T min

Implementation

T get min => _min == null ? throw StateError('No items were added.') : _min!;