Docs (4.0.0)
class Binding method

not

Adds a filter, to convert the bound value to a boolean, and negate it.

not(): Binding<boolean>

Return value

A new binding, typed as a boolean

Related