fromName static method
Implementation
static Collection fromName(String name, Database database) => Collection(
name: name,
path: p.join(database.path, "collections", name),
encrypted: database.encrypted,
isWeb: database.isWeb,
database: database,
);