SafetySetting constructor
SafetySetting(
- HarmCategory category,
- HarmBlockThreshold threshold,
- HarmBlockMethod? method
Implementation
SafetySetting(this.category, this.threshold, this.method);