max property

T max

Implementation

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