Documentation

not()

Transforms the bound value to a boolean, and negates it.

not(): Binding<boolean>;

Return value

A new binding, typed as a boolean

Related