$TeardownTag.fromJson constructor

$TeardownTag.fromJson(
  1. Map json_
)

Implementation

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