ConsentService constructor Null safety

ConsentService(
  1. dynamic db,
  2. NodeService _nodeService
)

Implementation

ConsentService(db, this._nodeService) : _repository = ConsentRepository(db);