menu
dart_server_helper package
documentation
dio_helper.dart
ErrorEntity
ErrorEntity constructor
ErrorEntity constructor
dark_mode
light_mode
ErrorEntity
constructor
ErrorEntity
(
int
?
code
,
String
message
)
Implementation
ErrorEntity(this.code, this.message);
dart_server_helper package
documentation
dio_helper
ErrorEntity
ErrorEntity constructor
ErrorEntity class