hasSessions property

bool get hasSessions

Check if the archive has sessions

Implementation

bool get hasSessions => sessions != null && sessions!.isNotEmpty;