isNot method

Implementation

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