TankerkoenigStationByRadiusResponse constructor

TankerkoenigStationByRadiusResponse(
  1. LatLng searchCenter,
  2. String? license,
  3. String? timestamp,
  4. List<TankerkoenigStation> stations, {
  5. String? errorMessage,
  6. int? status,
})

Implementation

TankerkoenigStationByRadiusResponse(
  this.searchCenter,
  this.license,
  this.timestamp,
  this.stations, {
  this.errorMessage,
  this.status,
});