logs property
List<HttpLogEntry>
get
logs
All logs, most-recent first.
Implementation
List<HttpLogEntry> get logs => List.unmodifiable(_logs.reversed.toList());
All logs, most-recent first.
List<HttpLogEntry> get logs => List.unmodifiable(_logs.reversed.toList());