isNot method
Implementation
ServiceNowQueryElement isNot(String value){
//active!=true
return ServiceNowQueryElement._("$string!=$value");
}
ServiceNowQueryElement isNot(String value){
//active!=true
return ServiceNowQueryElement._("$string!=$value");
}