fix event
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user