teardown property

TestScriptTeardown? teardown
inherited

teardown A series of operations required to clean up after all the tests are executed (successfully or otherwise).

Implementation

TestScriptTeardown? get teardown => throw _privateConstructorUsedError;