IsochroneApiResponse constructor

IsochroneApiResponse({
  1. String? code,
  2. String? uuid,
  3. List<NavigationFeature>? features,
  4. Error? error,
})

Implementation

IsochroneApiResponse({
  this.code,
  this.uuid,
  this.features,
  this.error,
});