QueryExpression<T, InstanceType> constructor Null safety

QueryExpression<T, InstanceType>(
  1. KeyPath keyPath
)

Implementation

QueryExpression(this.keyPath);