ConsentModel constructor Null safety
- Uint8List ownershipId,
- TikiSdkDestination destination,
- {String? about,
- String? reward,
- DateTime? expiry}
Builds a ConsentModel for the data identified by ownershipId.
Implementation
ConsentModel(this.ownershipId, this.destination,
{this.about, this.reward, this.expiry});