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