isEmpty property

bool get isEmpty

Checks if logs are empty

Implementation

bool get isEmpty => _logs.isEmpty;