Check if a value is a valid effort level string.
bool isEffortLevel(String value) { return EffortLevel.tryParse(value) != null; }