@override bool add(Gesture value) { if (this.contains(value)) { return false; } this.rawValue = this.rawValue | value.rawValue; return true; }