$SetupTag.fromJson constructor

$SetupTag.fromJson(
  1. Map json_
)

Implementation

$SetupTag.fromJson(core.Map json_)
  : this(
      stopOnSetupFailure: json_['stopOnSetupFailure'] as core.bool?,
      tagName: json_['tagName'] as core.String?,
    );