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