responseTime property
The time between sending the test webhook and receiving the response from your server. You can use it as an indication of how long your server takes to process a webhook notification. Measured in milliseconds, for example 304 ms.
Implementation
@BuiltValueField(wireName: r'responseTime')
String? get responseTime;