RequestModel constructor
RequestModel({})
Implementation
RequestModel({
required this.uri,
required this.method,
required this.message,
required this.status,
required this.spent,
required this.pageId,
this.requestHeaders,
this.responseHeaders,
this.responseBody,
});