LogItem constructor
LogItem({})
Implementation
LogItem({
this.location,
this.icon,
this.message,
this.tags = const {},
this.showId = false,
this.showTags = true,
this.showTimestamp = false,
}) : id = const Uuid().v4(),
timestamp = DateTime.now();