ConsentModel constructor Null safety

ConsentModel(
  1. Uint8List ownershipId,
  2. TikiSdkDestination destination,
  3. {String? about,
  4. String? reward,
  5. DateTime? expiry}
)

Builds a ConsentModel for the data identified by ownershipId.

Implementation

ConsentModel(this.ownershipId, this.destination,
    {this.about, this.reward, this.expiry});