scopes property

  1. @override
Future<List<AsyncScope>> scopes
override

The Scopes of this database.

Every returned scope contains at least one collection.

Implementation

@override
Future<List<AsyncScope>> get scopes;