currentLogs property

List<String> get currentLogs

Implementation

List<String> get currentLogs => List.unmodifiable(_logs);