OpenApiJSON constructor
OpenApiJSON({})
Creates an OpenApiJSON instance with all parsed sections.
Implementation
OpenApiJSON({
required this.openapi,
required this.info,
required this.paths,
required this.tags,
required this.servers,
required this.components,
});