counts property

Map<String, String>? counts
getter/setter pair

Count of task in each state in the TaskGroup.

The map key is task state name.

Implementation

core.Map<core.String, core.String>? counts;