count property
int
get
count
The total amount of data collected, including ones that were dropped because of the sample size limit.
Implementation
int get count => _allValues.length;
The total amount of data collected, including ones that were dropped because of the sample size limit.
int get count => _allValues.length;