atf_flow_help_iterate constant

TranslationEntry const atf_flow_help_iterate

Implementation

static const atf_flow_help_iterate = TranslationEntry(
  key: 'atf_flow_help_iterate',
  value:
      'Iterates from the starting value to the end - 1.  Stores the current value in the counter variable name.  Calls the step with each iteration.',
);