$TeardownTag constructor

$TeardownTag({
  1. bool? stopTeardownOnFailure,
  2. String? tagName,
})

Implementation

$TeardownTag({
  this.stopTeardownOnFailure,
  this.tagName,
});