lastLog property

LogEntry? get lastLog

Get the last log entry

Implementation

LogEntry? get lastLog => logs.isEmpty ? null : logs.last;