LogEntryOperation constructor

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

Implementation

LogEntryOperation({
  this.first,
  this.id,
  this.last,
  this.producer,
});