allowDuplicates property

  1. @JsonKey.new(defaultValue: true)
bool allowDuplicates
getter/setter pair

Whether to receive repeated scan results for the same device. Useful for RSSI updates.

Implementation

@JsonKey(defaultValue: true)
bool allowDuplicates = true;