menu
remedi_base package
documentation
errors/app_error.dart
AppError
AppError constructor
AppError constructor
dark_mode
light_mode
AppError
constructor
AppError
(
{
String
?
code
,
String
?
title
,
String
?
message
,
dynamic
body
,
})
Implementation
AppError({this.code, this.title, this.message, this.body});
remedi_base package
documentation
errors/app_error
AppError
AppError constructor
AppError class