collection method

Collection collection(
  1. String name
)

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

Implementation

Collection collection(String name) => defaultScope.collection(name);