ServerOpenApi constructor

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

Implementation

const ServerOpenApi({
  required this.url,
  this.description,
  // this.variables,
});