include static method

_Filter include(
  1. String field
)

Implementation

static _Filter include(String field) {
  return Include._(field);
}