const ViewQuery(_selector, { bool descendants: false, bool first: false, read: null })

Source

const ViewQuery(dynamic /* Type | String */ _selector,
    {bool descendants: false, bool first: false, dynamic read: null})
    : super(_selector, descendants: descendants, first: first, read: read);