CommonDriftProvider.from constructor

CommonDriftProvider.from(
  1. CommonDatabase? db
)

Constructs a CommonDriftProvider with the provided db.

Implementation

CommonDriftProvider.from(this.db);