scopes property

FutureOr<List<Scope>> scopes

The Scopes of this database.

Every returned scope contains at least one collection.

Implementation

FutureOr<List<Scope>> get scopes;