locationValue property

  1. @TagNumber(10)
FFLatLngValue get locationValue

Implementation

@$pb.TagNumber(10)
FFLatLngValue get locationValue => $_getN(9);
  1. @TagNumber(10)
set locationValue (FFLatLngValue value)

Implementation

@$pb.TagNumber(10)
set locationValue(FFLatLngValue value) => $_setField(10, value);