progressPercent property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
The current progress in percentage of this cycle.
Was replaced by 'steps' field, which breaks down the cycle progression more accurately.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.int? progressPercent;