geolocation property

GeolocationBuilder get geolocation

Implementation

GeolocationBuilder get geolocation =>
    _$this._geolocation ??= GeolocationBuilder();
set geolocation (GeolocationBuilder? geolocation)

Implementation

set geolocation(GeolocationBuilder? geolocation) =>
    _$this._geolocation = geolocation;