menu
another_chatgpt package
documentation
chat_service.dart/chats_service.dart
ChatsException
ChatsException.new constructor
ChatsException.new constructor
dark_mode
light_mode
ChatsException
constructor
ChatsException
(
{
required
int
statusCode
,
String
?
message
,
})
Implementation
ChatsException({required this.statusCode, this.message});
another_chatgpt package
documentation
chat_service.dart/chats_service
ChatsException
ChatsException.new constructor
ChatsException class