CustomLLM.fromJson constructor

CustomLLM.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory CustomLLM.fromJson(Map<String, dynamic> json) =>
    _$CustomLLMFromJson(json);