menu
clean_architecture_components package
documentation
error/error.dart
ServerError
ServerError constructor
ServerError constructor
dark_mode
light_mode
ServerError
constructor
ServerError
(
{
String
?
message
,
String
?
code
,
})
Implementation
ServerError({String? message, String? code}) : super(message: message, code: code);
clean_architecture_components package
documentation
error/error
ServerError
ServerError constructor
ServerError class