SwaggerResponse constructor
const
SwaggerResponse({
- required String statusCode,
- String? statusMessage = '',
- SwaggerContent? response,
Implementation
const SwaggerResponse({
required this.statusCode,
this.statusMessage = '',
this.response,
});