menu
flutter_agent_pupau package
documentation
services/api_exceptions.dart
ApiException
ApiException.new constructor
ApiException.new constructor
dark_mode
light_mode
ApiException
constructor
ApiException
(
{
required
String
url
,
required
String
message
,
Response?
response
,
int
?
statusCode
,
})
Implementation
ApiException({ required this.url, required this.message, this.response, this.statusCode, });
flutter_agent_pupau package
documentation
services/api_exceptions
ApiException
ApiException.new constructor
ApiException class