hasClimbs property

bool get hasClimbs

Check if the archive has climbs

Implementation

bool get hasClimbs => climbs != null && climbs!.isNotEmpty;