difference method

Implementation

@override
MutableEnumSet<CameraPurpose> difference(MutableEnumSet<CameraPurpose> other) =>
    MutableCameraPurposeEnumSet.fromRawValue(this.rawValue & ~other.rawValue);