menu
revali_swagger package
documentation
models/swagger_method.dart
SwaggerExplicitResponse
SwaggerExplicitResponse.new const constructor
SwaggerExplicitResponse.new const constructor
dark_mode
light_mode
SwaggerExplicitResponse
constructor
const
SwaggerExplicitResponse
(
{
required
int
statusCode
,
required
String
description
,
})
Implementation
const SwaggerExplicitResponse({ required this.statusCode, required this.description, });
revali_swagger package
documentation
models/swagger_method
SwaggerExplicitResponse
SwaggerExplicitResponse.new const constructor
SwaggerExplicitResponse class