isCouchdb property

dynamic isCouchdb

Implementation

get isCouchdb {
  return this is _CouchdbFoodb;
}