menu
another_chatgpt package
documentation
models/models_dto.dart
GptModelDto
GptModelDto.fromJson factory constructor
GptModelDto.fromJson factory constructor
dark_mode
light_mode
GptModelDto.fromJson
constructor
GptModelDto.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory GptModelDto.fromJson(Map<String, dynamic> json) => _$GptModelDtoFromJson(json);
another_chatgpt package
documentation
models/models_dto
GptModelDto
GptModelDto.fromJson factory constructor
GptModelDto class