ApiScript constructor
const
ApiScript({})
Creates an ApiScript with optional pre-request and post-response hooks.
Implementation
const ApiScript({
this.preRequest,
this.postResponse,
});
Creates an ApiScript with optional pre-request and post-response hooks.
const ApiScript({
this.preRequest,
this.postResponse,
});