progressPercent property

  1. @Deprecated('Not supported. Member documentation may have more information.')
int? progressPercent
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;