responseTime property
DateTime?
get
responseTime
Returns either the HttpResponse.time or the HttpError.time.
Implementation
DateTime? get responseTime => (response?.time ?? error?.time);
Returns either the HttpResponse.time or the HttpError.time.
DateTime? get responseTime => (response?.time ?? error?.time);