difference method
Implementation
@override
MutableEnumSet<TransformGesture> difference(MutableEnumSet<TransformGesture> other) =>
MutableTransformGestureEnumSet.fromRawValue(this.rawValue & ~other.rawValue);
@override
MutableEnumSet<TransformGesture> difference(MutableEnumSet<TransformGesture> other) =>
MutableTransformGestureEnumSet.fromRawValue(this.rawValue & ~other.rawValue);