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