toInternal method
Implementation
InternalSafetySetting toInternal(){
return InternalSafetySetting(category: harmCategory.toInternal(), threshold: threshold.toInternal());
}
InternalSafetySetting toInternal(){
return InternalSafetySetting(category: harmCategory.toInternal(), threshold: threshold.toInternal());
}