TankerkoenigStationByPostalCodeResponse constructor

TankerkoenigStationByPostalCodeResponse(
  1. String? license,
  2. String? timestamp,
  3. List<TankerkoenigStation> stations, {
  4. String? errorMessage,
  5. int? status = 200,
})

Implementation

TankerkoenigStationByPostalCodeResponse(
  this.license,
  this.timestamp,
  this.stations, {
  this.errorMessage,
  this.status = 200,
});