menu
restsdk package
documentation
openapi.swagger.dart
ProblemDetails
ProblemDetails.new constructor
ProblemDetails.new constructor
dark_mode
light_mode
ProblemDetails
constructor
ProblemDetails
(
{
String
?
type
,
String
?
title
,
int
?
status
,
String
?
detail
,
String
?
instance
,
})
Implementation
ProblemDetails({ this.type, this.title, this.status, this.detail, this.instance, });
restsdk package
documentation
openapi.swagger
ProblemDetails
ProblemDetails.new constructor
ProblemDetails class