CollectionDao constructor Null safety

CollectionDao(
  1. LocalDatabase db
)

Implementation

CollectionDao(LocalDatabase db) : super(db);