NetworkLogResponse constructor
NetworkLogResponse({})
Implementation
NetworkLogResponse({
required this.requestId,
this.statusCode,
this.headers,
this.body,
this.error,
required this.timestamp,
});
NetworkLogResponse({
required this.requestId,
this.statusCode,
this.headers,
this.body,
this.error,
required this.timestamp,
});