LocationResult.success constructor

LocationResult.success(
  1. LatLng? location
)

Implementation

LocationResult.success(this.location) : errorMessage = null, success = true;