isNotEmpty method

ServiceNowQueryElement isNotEmpty()

Implementation

ServiceNowQueryElement isNotEmpty(){
  //activeISNOTEMPTY
  return ServiceNowQueryElement._("${string}ISNOTEMPTY");
}