areCreateAndDispose top-level property
getter/setter pair
Checks if Iterable<ObjectEvent> contains two events,
first ObjectCreated and then ObjectDisposed.
Implementation
Matcher areCreateAndDispose = const _AreCreateAndDispose();
Checks if Iterable<ObjectEvent> contains two events,
first ObjectCreated and then ObjectDisposed.
Matcher areCreateAndDispose = const _AreCreateAndDispose();