isLocked property
bool
get
isLocked
True once enough sessions have accumulated for the baseline to be trusted as the user's "normal".
Implementation
bool get isLocked =>
sessionsRecorded >= FatigueBaselineLimits.requiredSessions;