BatchCheckLayerAvailabilityResponse constructor

BatchCheckLayerAvailabilityResponse({
  1. List<LayerFailure>? failures,
  2. List<Layer>? layers,
})

Implementation

BatchCheckLayerAvailabilityResponse({
  this.failures,
  this.layers,
});