SafetySetting constructor

SafetySetting(
  1. HarmCategory category,
  2. HarmBlockThreshold threshold,
  3. HarmBlockMethod? method
)

Implementation

SafetySetting(this.category, this.threshold, this.method);