1
0
Fork 0
This commit is contained in:
Florian RICHER (MrDev023) 2022-04-26 20:29:09 +02:00
parent 5865aa445f
commit ef3379f1d9
3 changed files with 33 additions and 3 deletions

View file

@ -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) {