retryCounts property

Map<int, int> retryCounts
final

每个步骤的重试次数

Implementation

final Map<int, int> retryCounts = {0: 2, 1: 2, 2: 2};