metricCount property
int
get
metricCount
Gets the number of metrics in the buffer.
Implementation
int get metricCount => _metrics.length;
Gets the number of metrics in the buffer.
int get metricCount => _metrics.length;