intersection method
Implementation
@override
EnumSet<CameraChangeReason> intersection(EnumSet<CameraChangeReason> other) =>
CameraChangeReasonEnumSet.fromRawValue(this.rawValue & other.rawValue);
@override
EnumSet<CameraChangeReason> intersection(EnumSet<CameraChangeReason> other) =>
CameraChangeReasonEnumSet.fromRawValue(this.rawValue & other.rawValue);