CustomFieldPredicate.of constructor

CustomFieldPredicate.of(
  1. CustomFieldPredicate other
)

Implementation

CustomFieldPredicate.of(CustomFieldPredicate other)
    : _exists = other._exists,
      super.of(other);