processingTimeMS property

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

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

Implementation

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