menu
conduit_open_api
open_api_v3
APIResponse
APIResponse constructor
APIResponse
brightness_4
APIResponse
constructor
Null safety
APIResponse
(
String
?
description
,
{
Map
<
String
,
APIMediaType
?
>
?
content
,
Map
<
String
,
APIHeader
?
>
?
headers
}
)
Implementation
APIResponse(this.description, {this.content, this.headers});
conduit_open_api
open_api_v3
APIResponse
APIResponse constructor
APIResponse class
Constructors
APIResponse
empty
schema
Properties
castMap
content
description
extensions
hashCode
headers
referenceURI
runtimeType
Methods
addContent
addHeader
decode
encode
noSuchMethod
toString
Operators
operator ==