behaviorDrivenDescriptions property

List<String> behaviorDrivenDescriptions

Implementation

static List<String> get behaviorDrivenDescriptions => List.unmodifiable([
      'iterate from `{{start}}` to `{{end}}` using the variable named `{{variableName}}` while executing the substep #1.',
    ]);