CollectionImport constructor
CollectionImport({})
Creates a collection import.
Implementation
CollectionImport({
required this.path,
required this.firestorePath,
required this.idFieldName,
required this.documents,
});