shouldReportLocation property

  1. @TagNumber(3)
bool get shouldReportLocation

Whether we have opted-in to report our location to the map

Implementation

@$pb.TagNumber(3)
$core.bool get shouldReportLocation => $_getBF(2);
  1. @TagNumber(3)
set shouldReportLocation (bool value)

Implementation

@$pb.TagNumber(3)
set shouldReportLocation($core.bool value) => $_setBool(2, value);