Sampling$Response constructor

const Sampling$Response({
  1. String? sampling,
})

Implementation

const Sampling$Response({
  this.sampling,
});