MockRequest constructor
MockRequest({})
Implementation
MockRequest({
required this.endpointId,
this.queryParams,
this.pathParams,
this.body,
required this.timestamp,
});
MockRequest({
required this.endpointId,
this.queryParams,
this.pathParams,
this.body,
required this.timestamp,
});