doesNotExist method

void doesNotExist()

Asserts that no widgets of type W exist.

Implementation

void doesNotExist() => _exists(max: 0);