GeminiModel.fromJson constructor

GeminiModel.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory GeminiModel.fromJson(Map<String, Object?> json) =>
    _$GeminiModelFromJson(json);