logs property

List<AirLogEntry> get logs

Get logs for DevTools

Implementation

List<AirLogEntry> get logs => List.unmodifiable(_logs);