Returns true if the latest rendered view contains text.
true
text
bool viewContains(String text) => _lastView.contains(text);