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