probeDownlink property

  1. @JsonKey(name: 'probeDownlink')
bool? probeDownlink
final

Sets whether to test the downlink network: true : Test the downlink network. false : Do not test the downlink network.

Implementation

@JsonKey(name: 'probeDownlink')
final bool? probeDownlink;