LogEntryOperation constructor

LogEntryOperation({
  1. String id = '',
  2. String producer = '',
  3. bool first = false,
  4. bool last = false,
})

Implementation

LogEntryOperation({
  this.id = '',
  this.producer = '',
  this.first = false,
  this.last = false,
}) : super(fullyQualifiedName);