lng property

num? lng

Implementation

num? get lng => _$this._lng;
void lng=(num? lng)

Implementation

set lng(num? lng) => _$this._lng = lng;