SamplingRuleRecord constructor

SamplingRuleRecord({
  1. DateTime? createdAt,
  2. DateTime? modifiedAt,
  3. SamplingRule? samplingRule,
})

Implementation

SamplingRuleRecord({
  this.createdAt,
  this.modifiedAt,
  this.samplingRule,
});