underlyingSembastFactoryOrNull property

DatabaseFactory? get underlyingSembastFactoryOrNull

Cast to Sembast factory

Implementation

sembast.DatabaseFactory? get underlyingSembastFactoryOrNull {
  final factory = this;
  if (factory is IdbFactorySembast) {
    return factory.sembastFactory;
  }
  return null;
}