behaviorDrivenDescriptions property

List<String> behaviorDrivenDescriptions

Implementation

static List<String> get behaviorDrivenDescriptions => List.unmodifiable([
      'increment the value in the variable named `{{variableName}}` by `{{increment}}`.',
    ]);