hasRealm method

bool hasRealm(
  1. String name
)

Implementation

bool hasRealm(String name) {
  return _realms.containsKey(name);
}