hasOptedReportLocation property

  1. @TagNumber(14)
bool get hasOptedReportLocation

User has opted in to share their location (map report) with the mqtt server Controlled by map_report.should_report_location

Implementation

@$pb.TagNumber(14)
$core.bool get hasOptedReportLocation => $_getBF(13);
  1. @TagNumber(14)
set hasOptedReportLocation (bool value)

Implementation

@$pb.TagNumber(14)
set hasOptedReportLocation($core.bool value) => $_setBool(13, value);