Filter.custom constructor

const Filter.custom({
  1. required Object value,
  2. String? operator,
  3. String? key,
})

Creates a custom Filter if there isn't one already available.

Implementation

const factory Filter.custom({
  required Object value,
  String? operator,
  String? key,
}) = Filter.__;