FlushLogEntry constructor
FlushLogEntry({})
Implementation
FlushLogEntry({
required this.timestamp,
required this.trigger,
required this.forced,
required this.eventCount,
required this.sendActive,
required this.successful,
this.errorMessage,
}) : id = DateTime.now().millisecondsSinceEpoch;