SwaggerServer constructor

const SwaggerServer({
  1. required String url,
  2. required String description,
})

Implementation

const SwaggerServer({
  required this.url,
  required this.description,
});