@override void addAllFromEnumSet(EnumSet<Gesture> other) => this.rawValue = this.rawValue | other.rawValue;