include method

LCSearchQuery<T> include(
  1. List<String> keys
)

Implementation

LCSearchQuery<T> include(List<String> keys) {
  _includeKeys = keys;
  return this;
}