not static method

TsQuery not(
  1. TsQuery query
)

Implementation

static TsQuery not(TsQuery query) => _NotTsQuery(query);