lastLog property

FlushLogEntry? get lastLog

Gets the most recent log

Implementation

FlushLogEntry? get lastLog => _logs.isEmpty ? null : _logs.last;