collection method

Collection collection(
  1. String name
)

Implementation

Collection collection(String name) {
  return Collection(name, _path);
}