RolloutStats constructor

RolloutStats({
  1. String? estimatedTotalUnitCount,
  2. List<Aggregate>? operationsByState,
})

Implementation

RolloutStats({this.estimatedTotalUnitCount, this.operationsByState});