SamplingRuleRecord constructor
      
      SamplingRuleRecord({ 
    
    
- DateTime? createdAt,
- DateTime? modifiedAt,
- SamplingRule? samplingRule,
Implementation
SamplingRuleRecord({
  this.createdAt,
  this.modifiedAt,
  this.samplingRule,
});