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