Validate given bool is not null and returns given value if null.
bool hcValidate({bool value = false}) => this ?? value;