northeast property

LatLngLiteralBuilder get northeast

Implementation

LatLngLiteralBuilder get northeast =>
    _$this._northeast ??= new LatLngLiteralBuilder();
set northeast (LatLngLiteralBuilder? northeast)

Implementation

set northeast(LatLngLiteralBuilder? northeast) =>
    _$this._northeast = northeast;