logs property

List<HttpLogEntry> get logs

All logs, most-recent first.

Implementation

List<HttpLogEntry> get logs => List.unmodifiable(_logs.reversed.toList());