attachCollections method

  1. @protected
void attachCollections(
  1. Map<String, IsarCollection> collections
)

Implementation

@protected
void attachCollections(Map<String, IsarCollection> collections) {
  _collections = collections;
}