NetworkEventLog constructor
NetworkEventLog({
- Request? request,
- Response? response,
- NetworkError? error,
- DateTime? requestTimestamp,
- DateTime? responseTimestamp,
Implementation
NetworkEventLog({
this.request,
this.response,
this.error,
this.requestTimestamp,
this.responseTimestamp,
});