menu
another_chatgpt package
documentation
error_models.dart
ErrorMessage
ErrorMessage.new constructor
ErrorMessage.new constructor
dark_mode
light_mode
ErrorMessage
constructor
ErrorMessage
(
{
required
String
message
,
required
String
type
,
String
?
code
,
String
?
param
,
})
Implementation
ErrorMessage({required this.message, required this.type, this.code, this.param});
another_chatgpt package
documentation
error_models
ErrorMessage
ErrorMessage.new constructor
ErrorMessage class