menu
talos_commons package
documentation
base_classes/error_resp.dart
ErrorResp
ErrorResp.new constructor
ErrorResp.new constructor
dark_mode
light_mode
ErrorResp
constructor
ErrorResp
(
{
int
?
statusCode
,
bool
?
status
,
Error
?
error
,
})
Implementation
ErrorResp({ this.statusCode, this.status, this.error, });
talos_commons package
documentation
base_classes/error_resp
ErrorResp
ErrorResp.new constructor
ErrorResp class