toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (numShards != null) 'numShards': numShards!,
if (shardIndex != null) 'shardIndex': shardIndex!,
if (testTargetsForShard != null)
'testTargetsForShard': testTargetsForShard!,
};