TikiSdk constructor Null safety
- OwnershipService ownershipService,
- ConsentService consentService,
- NodeService nodeService
Implementation
TikiSdk(OwnershipService ownershipService, ConsentService consentService,
NodeService nodeService)
: _ownershipService = ownershipService,
_consentService = consentService,
_nodeService = nodeService;