$TeardownTag constructor Null safety

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

Implementation

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