scope abstract method

FutureOr<Scope?> scope(
  1. String name
)

Returns the Scope with the given name.

Returns null if there is not at least one collection in the scope.

Implementation

FutureOr<Scope?> scope(String name);