collectionExists method

bool collectionExists(
  1. String name
)

Implementation

bool collectionExists(String name) => _collections.containsKey(name);