fix(llc): Fix Filter.empty encoding
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -104,7 +104,7 @@ class Filter extends Equatable {
|
||||
|
||||
/// An empty filter
|
||||
const Filter.empty()
|
||||
: value = const {},
|
||||
: value = const <String, Object?>{},
|
||||
operator = null,
|
||||
key = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user