const ContentChild(_selector, { read: null })

Source

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