union method

Implementation

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