$SetupTag constructor

$SetupTag({
  1. bool? stopOnSetupFailure,
  2. String? tagName,
})

Implementation

$SetupTag({
  this.stopOnSetupFailure,
  this.tagName,
});