Update
This commit is contained in:
parent
f2d808f5d3
commit
41b191bdd3
6 changed files with 80 additions and 30 deletions
|
@ -5,9 +5,11 @@ enum StreamElementType { log, alert }
|
|||
class StreamElement {
|
||||
StreamElement(this.type, this.message) {
|
||||
uuid = const Uuid().v4();
|
||||
date = DateTime.now();
|
||||
}
|
||||
|
||||
late final String uuid;
|
||||
late final DateTime date;
|
||||
final String message;
|
||||
final StreamElementType type;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue