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