considerIp property

  1. @BuiltValueField(wireName: r'considerIp')
String? considerIp

Specifies whether to fall back to IP geolocation if wifi and cell tower signals are not available. Defaults to true. Set considerIp to false to disable fall back.

Implementation

@BuiltValueField(wireName: r'considerIp')
String? get considerIp;