new()
Creates a new transaction metrics instance.
Declaration
class func new() -> SelfDiscussion
You should never need to create your own URLSessionTaskTransactionMetrics instances. The URLSession creates task transaction metrics as part of the URLSessionTaskMetrics instance that it delivers to the urlSession(_:task:didFinishCollecting:) method of URLSessionTaskDelegate.