TestTargetsForShard.fromJson constructor
TestTargetsForShard.fromJson(
- Map json_
Implementation
TestTargetsForShard.fromJson(core.Map json_)
: this(
testTargets: (json_['testTargets'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);