lastLog property
LogEntry?
get
lastLog
Get the last log entry
Implementation
LogEntry? get lastLog => logs.isEmpty ? null : logs.last;
Get the last log entry
LogEntry? get lastLog => logs.isEmpty ? null : logs.last;