responseTime property

DateTime? get responseTime

Returns either the HttpResponse.time or the HttpError.time.

Implementation

DateTime? get responseTime => (response?.time ?? error?.time);