collection method

Collection collection(
  1. String name
)

Returns a Collection which can be used to perform operations against the collection with the given name.

Implementation

Collection collection(String name) => Collection(name: name, scope: this);