SequenceEntity constructor

SequenceEntity({
  1. String? cache,
  2. Map<String, Object?>? customFeatures,
  3. bool? cycle,
  4. String? increment,
  5. String? maxValue,
  6. String? minValue,
  7. String? startValue,
})

Implementation

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