GenerationConfig.fromJson constructor

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

Implementation

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