Returns true if the value is 1 otherwise false is returned.
1
bool toBool([int value = 1]) => validate().toBool(value);