SafetySetting constructor

SafetySetting(
  1. HarmCategory harmCategory,
  2. BlockThreshold threshold
)

Implementation

SafetySetting(this.harmCategory, this.threshold);