showLocationValue property

  1. @TagNumber(24)
FFBooleanValue get showLocationValue

@doc Whether to show the user's location on the map.

Implementation

@$pb.TagNumber(24)
FFBooleanValue get showLocationValue => $_getN(23);
  1. @TagNumber(24)
set showLocationValue (FFBooleanValue value)

Implementation

@$pb.TagNumber(24)
set showLocationValue(FFBooleanValue value) => $_setField(24, value);