GeolocationResponse constructor

GeolocationResponse([
  1. void updates(
    1. GeolocationResponseBuilder b
    )
])

Implementation

factory GeolocationResponse([void updates(GeolocationResponseBuilder b)]) =
    _$GeolocationResponse;