collection abstract method

  1. @override
Future<AsyncCollection?> 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
Future<AsyncCollection?> collection(String name);