isDifferentFrom method

ServiceNowQueryElement isDifferentFrom(
  1. String value
)

Implementation

ServiceNowQueryElement isDifferentFrom(String value){
  //activeNSAMEASactive
  return ServiceNowQueryElement._("${string}NSAMEAS$value");
}