TikiSdk constructor Null safety

TikiSdk(
  1. OwnershipService ownershipService,
  2. ConsentService consentService,
  3. NodeService nodeService
)

Implementation

TikiSdk(OwnershipService ownershipService, ConsentService consentService,
    NodeService nodeService)
    : _ownershipService = ownershipService,
      _consentService = consentService,
      _nodeService = nodeService;