lat property
num?
get
lat
Implementation
num? get lat => _$this._lat;
set
lat
(num? lat)
Implementation
set lat(num? lat) => _$this._lat = lat;