reversed method

void reversed()

反转 bool 值并通知监听函数

Implementation

void reversed() {
  value = !_value;
}