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