hasClimbs property
bool
get
hasClimbs
Check if the archive has climbs
Implementation
bool get hasClimbs => climbs != null && climbs!.isNotEmpty;
Check if the archive has climbs
bool get hasClimbs => climbs != null && climbs!.isNotEmpty;