collection abstract method

FutureOr<Collection?> collection(
  1. String name
)

Returns the Collection with the given name in this scope.

Returns null if no collection with the given name exists.

Implementation

FutureOr<Collection?> collection(String name);