fix event

This commit is contained in:
Salvatore Giordano
2021-04-20 09:35:11 +02:00
parent d9cd6ea55f
commit 7226d8c4d3
2 changed files with 3 additions and 2 deletions
@@ -88,7 +88,8 @@ class Event {
final String? parentId;
/// True if the event is generated by this client
late final bool isLocal;
@JsonKey(defaultValue: false)
bool isLocal;
/// Map of custom channel extraData
@JsonKey(includeIfNull: false)