MoveGeocodeResult constructor
MoveGeocodeResult(
- String? result,
- MoveGeocodeError? error
Implementation
MoveGeocodeResult(
this.result,
this.error,
);
MoveGeocodeResult(
this.result,
this.error,
);