not()
Transforms the bound value to a boolean, and negates it.
not(): Binding<boolean>;
Return value
A new binding, typed as a boolean
Related
class Binding
A class that represents a property binding.
Transforms the bound value to a boolean, and negates it.
not(): Binding<boolean>;
A new binding, typed as a boolean