SwaggerParam constructor
SwaggerParam({
- required String name,
- required ParamLocation location,
- required SwaggerType type,
- required bool isRequired,
- String? wireName,
Implementation
SwaggerParam({
required this.name,
required this.location,
required this.type,
required this.isRequired,
this.wireName,
});