NodeQuery constructor

NodeQuery(
  1. List<QueryType> includedTypes,
  2. List<String> includedValues
)

Implementation

NodeQuery(this.includedTypes, this.includedValues);