Result constructor
Result({
- Map<
String, ConsentEvaluation> ? consentDetails, - bool? consented,
- String? dataId,
Implementation
Result({this.consentDetails, this.consented, this.dataId});