Purpose constructor
Purpose({})
Implementation
Purpose({
this.purposeId,
this.purposeName,
this.purposeDescription,
this.sdks,
this.consentStatus,
this.disableOptOut,
this.optOutText,
this.hideDetails,
this.isGADMapped = false,
this.gadDescription = const {},
});