SecretIdUseOption.Use constructor
Implementation
factory SecretIdUseOption.Use(Set<String> secretIds) {
return SecretIdUseOption._internal({"secretIds": secretIds.map((x0) => x0).toList(), "kotlinType": "com.icure.cardinal.sdk.crypto.entities.SecretIdUseOption.Use"});
}