SafetySetting constructor
SafetySetting({
- required HarmCategory category,
- required SafetySetting_HarmBlockThreshold threshold,
- SafetySetting_HarmBlockMethod method = SafetySetting_HarmBlockMethod.$default,
Implementation
SafetySetting({
required this.category,
required this.threshold,
this.method = SafetySetting_HarmBlockMethod.$default,
}) : super(fullyQualifiedName);