container property Null safety

Node container

The containing DOM node of your rendered ReactElement (via render).

See: testing-library.com/docs/react-testing-library/api/#container-1

Implementation

Node get container => _jsRenderResult.container;