union method
Implementation
@override
MutableEnumSet<CameraChangeReason> union(MutableEnumSet<CameraChangeReason> other) =>
MutableCameraChangeReasonEnumSet.fromRawValue(this.rawValue | other.rawValue);
@override
MutableEnumSet<CameraChangeReason> union(MutableEnumSet<CameraChangeReason> other) =>
MutableCameraChangeReasonEnumSet.fromRawValue(this.rawValue | other.rawValue);