Update
This commit is contained in:
parent
5865aa445f
commit
ef3379f1d9
3 changed files with 33 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
import 'package:uuid/uuid.dart';
|
||||
|
||||
enum StreamElementType { log, alert }
|
||||
enum StreamElementType { log, warning, error, alert }
|
||||
|
||||
class StreamElement {
|
||||
StreamElement(this.type, this.message) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue