downLostRate property

  1. @JsonKey(name: 'downLostRate')
double downLostRate
getter/setter pair
  • Field description: Downstream packet loss rate between 0 and 1.0. For example, 0.2 indicates that 2 data packets may be lost in every 10 packets received from the server.

Implementation

@JsonKey(name: 'downLostRate')
double downLostRate;