String toJson()

in pkgs/google_generative_ai/lib/src/api.dart [455:461]


  String toJson() => switch (this) {
        unspecified => 'HARM_BLOCK_THRESHOLD_UNSPECIFIED',
        low => 'BLOCK_LOW_AND_ABOVE',
        medium => 'BLOCK_MEDIUM_AND_ABOVE',
        high => 'BLOCK_ONLY_HIGH',
        none => 'BLOCK_NONE'
      };