SyncDB constructor

SyncDB({
  1. required Database db,
})

Implementation

SyncDB({
  required this.db,
});