menu
talos_commons package
documentation
base_classes/error_resp.dart
Error
Error.new constructor
Error.new constructor
dark_mode
light_mode
Error
constructor
Error
(
{
int
?
errorId
,
String
?
errorMessage
,
String
?
errorDescription
,
})
Implementation
Error({ this.errorId, this.errorMessage, this.errorDescription, });
talos_commons package
documentation
base_classes/error_resp
Error
Error.new constructor
Error class