ee.Filter.not

Returns the opposite of the input filter, i.e. the resulting filter will match if and only if the input filter doesn't match.

UsageReturns
Filter.not()Filter
ArgumentTypeDetails
this: filterFilterThe Filter instance.