BasicInfo constructor

BasicInfo({
  1. String? title,
  2. String? description,
  3. String? privacy_notice_heading,
  4. String? preference_center_heading,
  5. String? dsr_center_heading,
})

Implementation

BasicInfo({this.title, this.description,this.privacy_notice_heading,this.preference_center_heading,this.dsr_center_heading});