NiceConsentItem constructor
Implementation
NiceConsentItem({
required this.key,
required this.title,
this.description,
this.required_ = false,
this.status = NiceConsentStatus.pending,
this.version,
});
NiceConsentItem({
required this.key,
required this.title,
this.description,
this.required_ = false,
this.status = NiceConsentStatus.pending,
this.version,
});