SwaggerExplicitResponse constructor

const SwaggerExplicitResponse({
  1. required int statusCode,
  2. required String description,
})

Implementation

const SwaggerExplicitResponse({
  required this.statusCode,
  required this.description,
});