stats property

Map<String, dynamic> get stats

Returns a snapshot of current metrics (throughput, failures, timing, etc).

Implementation

Map<String, dynamic> get stats => metrics.snapshot;