SafetySetting.fromJson constructor
SafetySetting.fromJson(
- Map json_
Implementation
SafetySetting.fromJson(core.Map json_)
: this(
category: json_['category'] as core.String?,
threshold: json_['threshold'] as core.String?,
);