SwaggerController constructor
SwaggerController({})
Implementation
SwaggerController({
required this.name,
required this.path,
required this.methods,
required this.isHidden,
required this.tag,
});
SwaggerController({
required this.name,
required this.path,
required this.methods,
required this.isHidden,
required this.tag,
});