NetworkEventLog.responseNow constructor

NetworkEventLog.responseNow({
  1. Request? request,
  2. Response? response,
  3. NetworkError? error,
  4. DateTime? requestTimestamp,
})

Implementation

NetworkEventLog.responseNow({
  this.request,
  this.response,
  this.error,
  this.requestTimestamp,
}) : responseTimestamp = DateTime.now();