not constant
String
const not
Logical negation. Returns true if the input is false, and false
if the input is true.
Sdk Support: basic functionality with js, android, ios, macos
Implementation
static const not = "!";