intersection method

Implementation

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