inputValue property

  1. @TagNumber(1)
FFLatLng get inputValue

@doc A preset latitude/longitude value that represents a static/hardcoded geographical coordinate.

Implementation

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

Implementation

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