lat property

num? lat

Implementation

num? get lat => _$this._lat;
void lat=(num? lat)

Implementation

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