LCQuery<T extends LCObject> constructor

LCQuery<T extends LCObject>(
  1. String? className
)

Creates a new query for className.

Implementation

LCQuery(this.className) {
  condition = new _LCCompositionalCondition();
}