bidirectionalUnbind

open override fun bidirectionalUnbind(other: Property<*>?)

Removes a bidirectional bind created using bidirectionalBind.

Note, a.bidirectionalUnbind( b ) is identical to b.bidirectionalUnbind(a), both work equally well.

If there is no bidirectional bind between the two Properties, this is a no-op and no exception is thrown.