behaviorDrivenDescriptions property

List<String> behaviorDrivenDescriptions

Implementation

static List<String> get behaviorDrivenDescriptions => List.unmodifiable([
      'set the `{{variableName}}` variable for the test to `{{value}}` using a `{{type}}` type.',
    ]);