showLocationValue property
@doc Whether to show the user's location on the map.
Implementation
@$pb.TagNumber(24)
FFBooleanValue get showLocationValue => $_getN(23);
Implementation
@$pb.TagNumber(24)
set showLocationValue(FFBooleanValue value) => $_setField(24, value);