description property

  1. @override
String description
final

A description of this command, included in usage.

Implementation

@override
final description =
    'Add the collection to a document by the path, eg. `col1/doc1`.\n'
    'Command is recursive and will fill all nested documents and collections as it was in the input JSON';