lastLog property
FlushLogEntry?
get
lastLog
Gets the most recent log
Implementation
FlushLogEntry? get lastLog => _logs.isEmpty ? null : _logs.last;
Gets the most recent log
FlushLogEntry? get lastLog => _logs.isEmpty ? null : _logs.last;