LogBase constructor

LogBase(
  1. DateTime time,
  2. int? recipientId,
  3. bool? estimate,
  4. String? userId,
  5. String? byId,
  6. String? nodeId,
  7. int? duration,
)

Implementation

LogBase(this.time, this.recipientId, this.estimate, this.userId, this.byId,
    this.nodeId, this.duration);