exclude static method

_Filter exclude(
  1. String field
)

Implementation

static _Filter exclude(String field) {
  return Exclude._(field);
}