Sampling constructor

Sampling({
  1. String? sampling,
})

Implementation

Sampling({
  this.sampling,
});