behaviorDrivenDescriptions property

List<String> behaviorDrivenDescriptions

Implementation

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