WriteStep constructor

WriteStep(
  1. String file,
  2. String content, {
  3. String writeMethod = 'default',
  4. String enabled = 'yes',
  5. String extendAt = 'bottom',
})

Implementation

WriteStep(
  this.file,
  this.content, {
  this.writeMethod = 'default',
  this.enabled = 'yes',
  this.extendAt = 'bottom',
}) : super();