not
Category: Logic
Returns true if the input is false, false if the input is true, and empty if the input is empty
Signature
Section titled “Signature”- Return type:
boolean
Examples
Section titled “Examples”true.not()false.not()Patient.active.not()