serverTimeMS property

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

Time the server took to process the request, in milliseconds.

Implementation

@JsonKey(name: r'serverTimeMS')
final int? serverTimeMS;