Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-04-27 15:47:00 +05:30
parent d862da504a
commit 697e14457e
2 changed files with 5 additions and 5 deletions
@@ -158,7 +158,7 @@ class Filter extends Equatable {
Filter._(operator: FilterOperator.exists, key: key, value: exists);
/// Creates a custom [Filter] if there isn't one already available.
factory Filter.custom({
const factory Filter.custom({
required String operator,
required Object value,
String? key,