mostRecentInputValue property

  1. @TagNumber(3)
FFLatLng get mostRecentInputValue

@doc Stores the most recent LatLng this value was set to in order to restore after removing a variable.

Implementation

@$pb.TagNumber(3)
FFLatLng get mostRecentInputValue => $_getN(2);
  1. @TagNumber(3)
set mostRecentInputValue (FFLatLng value)

Implementation

@$pb.TagNumber(3)
set mostRecentInputValue(FFLatLng value) => $_setField(3, value);