storeExists method

bool storeExists(
  1. String name
)

Implementation

bool storeExists(String name) => _stores.containsKey(name);