SafetySetting constructor

SafetySetting(
  1. HarmCategory category,
  2. HarmBlockThreshold threshold
)

Implementation

SafetySetting(this.category, this.threshold);