Create a new cell which is the logical not of this.
this
A keyed cell is returned which is unique for this cell.
ValueCell<bool> not() => apply((value) => !value, key: _NotCellKey(this) );