behaviorDrivenDescriptions property

List<String> get behaviorDrivenDescriptions

Implementation

static List<String> get behaviorDrivenDescriptions => List.unmodifiable([
      "set the value in firestore's `{{collectionPath}}` collection and `{{documentId}}` document to `{{value}}`.",
    ]);