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