CallCacheModel constructor
CallCacheModel({
- String? data,
- String? path,
- String? uri,
- String? queryParameters,
- String? method,
- String? baseUrl,
- String? connectTimeout,
- String? contentType,
- String? extra,
- String? followRedirects,
- String? listFormat,
- String? receiveTimeout,
- String? responseType,
- String? headers,
- String? validateStatus,
- String? isCompleted,
- String? response,
- String? statusCode,
- String? eventMessage,
- String? startDate,
- String? endDate,
- String? totalSent,
- int? order,
- String? totalReceived,
Implementation
CallCacheModel(
{this.data,
this.path,
this.uri,
this.queryParameters,
this.method,
this.baseUrl,
this.connectTimeout,
this.contentType,
this.extra,
this.followRedirects,
this.listFormat,
this.receiveTimeout,
this.responseType,
this.headers,
this.validateStatus,
this.isCompleted,
this.response,
this.statusCode,
this.eventMessage,
this.startDate,
this.endDate,
this.totalSent,
this.order,
this.totalReceived});