northeast property

Implementation

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

Implementation

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