@override EnumSet<Gesture> union(EnumSet<Gesture> other) => GestureEnumSet.fromRawValue(this.rawValue | other.rawValue);