RequestModel constructor
RequestModel({})
Implementation
RequestModel(
{required this.type,
required this.url,
required this.headers,
required this.isError,
this.body,
this.response,
this.stackTrace});