Result constructor

Result({
  1. Map<String, ConsentEvaluation>? consentDetails,
  2. bool? consented,
  3. String? dataId,
})

Implementation

Result({
  this.consentDetails,
  this.consented,
  this.dataId,
});