behaviorDrivenDescriptions property

List<String> behaviorDrivenDescriptions

Implementation

static List<String> get behaviorDrivenDescriptions => List.unmodifiable([
      'transform the string inside the `{{variableName}}` variable to `{{mode}}`.',
    ]);