Headers constructor
const
Headers({
- HeaderOperations? request,
- HeaderOperations? response,
The main constructor.
Implementation
const Headers({
this.request,
this.response,
});