SafetySetting_HarmBlockThreshold.fromJson constructor

SafetySetting_HarmBlockThreshold.fromJson(
  1. Object? json
)

Implementation

factory SafetySetting_HarmBlockThreshold.fromJson(Object? json) =>
    SafetySetting_HarmBlockThreshold(json as String);