menu
openai_core package
documentation
common.dart
ChatModel
fromJson static method
fromJson static method
dark_mode
light_mode
fromJson
static method
ChatModel
fromJson
(
String
raw
)
Implementation
static ChatModel fromJson(String raw) => ChatModel(raw);
openai_core package
documentation
common
ChatModel
fromJson static method
ChatModel class