CodeGenerationRule constructor

CodeGenerationRule({
  1. int? position,
  2. String? type,
  3. String? value,
  4. dynamic attribute,
  5. dynamic startLength,
  6. dynamic endLength,
  7. dynamic filler,
  8. bool? randomElement,
  9. int? length,
  10. bool? onlyDigits,
  11. String? id,
})

Implementation

CodeGenerationRule({
  this.position,
  this.type,
  this.value,
  this.attribute,
  this.startLength,
  this.endLength,
  this.filler,
  this.randomElement,
  this.length,
  this.onlyDigits,
  this.id,
});