stopTeardownOnFailure property Null safety

bool? stopTeardownOnFailure
read / write

If true, fire the teardown tag if and only if the main tag fires successfully.

If false, fire the teardown tag regardless of main tag firing status.

Implementation

core.bool? stopTeardownOnFailure;