collection abstract method

  1. @override
SyncCollection? collection(
  1. String name
)
override

Returns the Collection with the given name in this scope.

Returns null if no collection with the given name exists.

Implementation

@override
SyncCollection? collection(String name);