intersection method

Implementation

@override
MutableEnumSet<TransformGesture> intersection(MutableEnumSet<TransformGesture> other) =>
    MutableTransformGestureEnumSet.fromRawValue(this.rawValue & other.rawValue);