traceCount property
int
get
traceCount
Gets the number of traces in the buffer.
Implementation
int get traceCount => _traces.length;
Gets the number of traces in the buffer.
int get traceCount => _traces.length;