connectTimeMs property

  1. @JsonKey(name: 'connectTimeMs')
int? connectTimeMs
final

The duration (ms) between the SDK starts connecting and the connection is established. If the value reported is 0, it means invalid.

Implementation

@JsonKey(name: 'connectTimeMs')
final int? connectTimeMs;