union method

Implementation

@override
MutableEnumSet<CameraPurpose> union(MutableEnumSet<CameraPurpose> other) =>
    MutableCameraPurposeEnumSet.fromRawValue(this.rawValue | other.rawValue);