max property

  1. @override
int max
override

The highest value in the snapshot.

Implementation

@override
int get max => _values.isEmpty ? 0 : _values.last;