RequestModel constructor
RequestModel({})
Implementation
RequestModel(
{this.url,
this.id,
this.version,
this.data,
this.isBase = false,
this.isAbsolute = false,
this.contentType = HttpContentType.applicationJson,
this.responseType,
this.params = const <String, Object>{},
this.headers = const <String, String>{}});