SafetySetting constructor
const
SafetySetting({
- required HarmCategory category,
- required HarmBlockThreshold threshold,
Implementation
const SafetySetting({
required this.category,
required this.threshold,
});