includeACL method

LCQuery<T> includeACL(
  1. bool value
)

Includes the ALC or not.

Implementation

LCQuery<T> includeACL(bool value) {
  condition.includeACL = value;
  return this;
}