endTime property Null safety
final
The time at which the response was completed, in microseconds.
Will be null
if response data is still being received.
Implementation
final int? endTime;
The time at which the response was completed, in microseconds.
Will be null
if response data is still being received.
final int? endTime;