menu
clean_architecture_components package
documentation
error/error.dart
Error
Error constructor
Error constructor
dark_mode
light_mode
Error
constructor
Error
(
{
String
?
message
=
"ERROR_SOMETHING_WENT_WRONG"
,
String
?
code
,
})
Implementation
Error({this.message = "ERROR_SOMETHING_WENT_WRONG", this.code});
clean_architecture_components package
documentation
error/error
Error
Error constructor
Error class