const Query(selector, { bool descendants: false, bool first: false, read: null })

Source

const Query(this.selector,
    {bool descendants: false, bool first: false, dynamic read: null})
    : descendants = descendants,
      first = first,
      read = read,
      super();