bool supportsDatabaseNames

Checks to see if getDatabaseNames is supported by the current platform.

Source

bool get supportsDatabaseNames {
  return true;
}