toJson method

Map<String, dynamic> toJson()

Implementation

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