legacyLocation property

  1. @TagNumber(1)
FFLatLng get legacyLocation

Implementation

@$pb.TagNumber(1)
FFLatLng get legacyLocation => $_getN(0);
  1. @TagNumber(1)
set legacyLocation (FFLatLng value)

Implementation

@$pb.TagNumber(1)
set legacyLocation(FFLatLng value) => $_setField(1, value);