infoLogs property

List<LogEntry> get infoLogs

Get info logs

Implementation

List<LogEntry> get infoLogs => getLogsByLevel(LoggingLogLevel.info);