lng property

num? get lng

Implementation

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

Implementation

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