SequenceEntity constructor
      
      SequenceEntity({})
     
    
    
Implementation
SequenceEntity({
  this.cache,
  this.customFeatures,
  this.cycle,
  this.increment,
  this.maxValue,
  this.minValue,
  this.startValue,
});SequenceEntity({
  this.cache,
  this.customFeatures,
  this.cycle,
  this.increment,
  this.maxValue,
  this.minValue,
  this.startValue,
});