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